scala.tools.nsc.doc

base

package base

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. trait CommentFactoryBase extends AnyRef

    The comment parser transforms raw comment strings into Comment objects.

  2. sealed trait LinkTo extends AnyRef

  3. final case class LinkToExternal(name: String, url: String) 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.

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

Value Members

  1. package comment

Ungrouped