org.powerscala.reflect

doc

package doc

Visibility
  1. Public
  2. All

Type Members

  1. class ASMDocReflection extends DocumentationReflection

  2. class AndroidDocReflection extends DocumentationReflection

    AndroidDocReflection adds support to process JavaDocs for Android API.

  3. trait DocMapper extends AnyRef

    Implementations of DocumentationReflection provide functionality to introspect the JavaDoc / ScalaDoc for a Class.

  4. case class Documentation(html: String) extends Product with Serializable

    Documentation represents documentation HTML.

  5. trait DocumentationReflection extends AnyRef

    Implementations of DocumentationReflection provide functionality to introspect the JavaDoc / ScalaDoc for a Class.

  6. case class DocumentedClass(name: String, type: EnhancedClass, doc: Option[Documentation]) extends Product with Serializable

    Represents documentation of an EnhancedClass.

  7. class JavaDocReflection extends DocumentationReflection

    JavaDocReflection uses JavaDocs to parse information to determine documentation about classes and methods.

  8. case class MethodDocumentation(args: List[DocumentedClass], returnClass: DocumentedClass, url: String, docs: Option[Documentation]) extends Product with Serializable

    MethodDocumentation represents documentation about a specific method.

Value Members

  1. object ASMDocReflection extends DocMapper

  2. object AndroidDocReflection extends DocMapper

  3. object Documentation extends Serializable

  4. object DocumentationReflection

  5. object JavaDocReflection extends DocMapper

Ungrouped