Object/Class

scala.meta.internal

Scaladoc

Related Docs: class Scaladoc | package internal

Permalink

object Scaladoc extends Serializable

The available tokens and their documentation are obtained from:

See also

http://docs.scala-lang.org/overviews/scaladoc/for-library-authors.html

Linear Supertypes
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scaladoc
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class CodeBlock(code: Seq[String]) extends Term with Product with Serializable

    Permalink

    A block of one or more lines of code

  2. final case class CodeExpr(code: String, punct: String = "") extends TextPart with Product with Serializable

    Permalink

    A single embedded code expression

  3. final case class EnclosedJavaTag(tag: String, desc: Seq[String] = Nil) extends TextPart with Product with Serializable

    Permalink

    Represents an enclosed tagged documentation remark

  4. final case class Heading(level: Int, title: String) extends Term with Product with Serializable

    Permalink

    A heading

  5. final case class Link(ref: String, anchor: Seq[String], punct: String = "") extends TextPart with Product with Serializable

    Permalink

    A reference to a symbol

  6. final case class ListBlock(listType: ListType, items: Seq[ListItem]) extends Term with Product with Serializable

    Permalink

    Represents a list block

  7. final case class ListItem(prefix: String, text: Text, terms: Seq[Term] = Nil) extends Product with Serializable

    Permalink

    Represents a list item

  8. sealed abstract class ListType extends AnyRef

    Permalink
  9. final case class MdCodeBlock(info: Seq[String], code: Seq[String], fence: String) extends Term with Product with Serializable

    Permalink

    A markdown block of one or more lines of code

  10. final case class MdCodeSpan(code: String, fence: String, punct: String = "") extends TextPart with Product with Serializable

    Permalink

    A markdown code span, an embedded code expression

  11. final case class Paragraph(terms: Seq[Term]) extends Product with Serializable

    Permalink

    A single paragraph of the document

  12. final case class Table(header: Row, align: Seq[Align], rows: Seq[Row]) extends Term with Product with Serializable

    Permalink

    A table https://www.scala-lang.org/blog/2018/10/04/scaladoc-tables.html

  13. final case class Tag(tag: TagType, label: Option[Word] = None, desc: Seq[Term] = Nil) extends Term with Product with Serializable

    Permalink

    Represents a tagged documentation remark

    Represents a tagged documentation remark

    label

    set iff tag.hasLabel

    desc

    set iff tag.hasDesc

    Note

    if label is expected but desc is not, label will contain the entire tag line

  14. sealed abstract class TagType extends AnyRef

    Permalink
  15. sealed abstract class Term extends AnyRef

    Permalink
  16. final case class Text(parts: Seq[TextPart]) extends Term with Product with Serializable

    Permalink

    A description or other inline text block

  17. trait TextPart extends AnyRef

    Permalink

    An inline part of a text block

  18. final case class Word(value: String) extends TextPart with Product with Serializable

    Permalink

    A single word, without whitespace

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ListType

    Permalink
  5. object Table extends Serializable

    Permalink
  6. object TagType

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped