Packages

object HelpDoc

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HelpDoc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class DescriptionList(definitions: List[(Span, HelpDoc)]) extends HelpDoc with Product with Serializable
  2. final case class Enumeration(elements: List[HelpDoc]) extends HelpDoc with Product with Serializable
  3. final case class Header(value: Span, level: Int) extends HelpDoc with Product with Serializable
  4. final case class Paragraph(value: Span) extends HelpDoc with Product with Serializable
  5. final case class Sequence(left: HelpDoc, right: HelpDoc) extends HelpDoc with Product with Serializable
  6. sealed trait Span extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def blocks(helpDoc: HelpDoc, helpDocs0: HelpDoc*): HelpDoc
  6. def blocks(bs: Iterable[HelpDoc]): HelpDoc
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def descriptionList(definitions: (Span, HelpDoc)*): HelpDoc
  9. val empty: HelpDoc
  10. def enumeration(elements: HelpDoc*): HelpDoc
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def h1(span: Span): HelpDoc
  16. def h1(t: String): HelpDoc
  17. def h2(span: Span): HelpDoc
  18. def h2(t: String): HelpDoc
  19. def h3(span: Span): HelpDoc
  20. def h3(t: String): HelpDoc
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def p(span: Span): HelpDoc
  27. def p(t: String): HelpDoc
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. case object Empty extends HelpDoc with Product with Serializable
  34. object Span

Inherited from AnyRef

Inherited from Any

Ungrouped