Packages

package base

Type Members

  1. trait CommentFactoryBase extends AnyRef

    The comment parser transforms raw comment strings into Comment objects.

    The comment parser transforms raw comment strings into Comment objects. Call parse to run the parser. Note that the parser is stateless and should only be built once for a given Scaladoc run.

  2. sealed trait LinkTo extends AnyRef
  3. final case class LinkToExternalTpl (name: String, baseUrl: String, tpl: TemplateEntity) extends LinkTo with Product with Serializable
  4. final case class LinkToMember [Mbr, Tpl](mbr: Mbr, tpl: Tpl) extends LinkTo with Product with Serializable
  5. final case class LinkToTpl [Tpl](tpl: Tpl) extends LinkTo with Product with Serializable
  6. trait MemberLookupBase extends AnyRef

    This trait extracts all required information for documentation from compilation units.

    This trait extracts all required information for documentation from compilation units. The base trait has been extracted to allow getting light-weight documentation for a particular symbol in the IDE.

  7. final case class Tooltip (name: String) extends LinkTo with Product with Serializable

Ungrouped