class fandoc::DocText

sys::Obj
  fandoc::DocNode
    fandoc::DocText

@Js

Source

DocText segment.

See pod doc for usage.

id

virtual override DocNodeId id()

Source

isInline

virtual override Bool isInline()

Source

make

new make(Str str)

Source

str

Str str

Source

toStr

virtual override Str toStr()

Source

toText

virtual override Str toText()

Source

write

virtual override Void write(DocWriter out)

Source