Packages

p

fix

package fix

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Access extends AnyRef
  2. class CheckScaladoc extends SemanticRule

    Check if the public members or public package objects have scaladoc and assert lint error if they don't have it.

  3. case class CheckScaladocConfig(access: Access = Public, files: List[String] = List.empty) extends Product with Serializable

Value Members

  1. object Access
  2. object CheckScaladocConfig extends Serializable
  3. object Private extends Access with Product with Serializable
  4. object Protected extends Access with Product with Serializable
  5. object Public extends Access with Product with Serializable

Ungrouped