Doc

object Doc
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Doc.type

Type members

Classlikes

object Span
Companion:
class
sealed trait Span
Companion:
object

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def blocks(bs: Iterable[Doc]): Doc
def blocks(helpDoc: Doc, helpDocs0: Doc*): Doc
def descriptionList(definitions: (Span, Doc)*): Doc
def h1(t: String): Doc
def h2(t: String): Doc
def h3(t: String): Doc
def h4(t: String): Doc
def h5(t: String): Doc
def orderedListing(elements: Doc*): Doc
def p(t: String): Doc
def p(span: Span): Doc
def unorderedListing(elements: Doc*): Doc

Concrete fields

val empty: Doc