const class compilerDoc::DocHeading

sys::Obj
  compilerDoc::DocHeading

Source

DocHeader models a heading in a table of contents for pod/chapter.

anchorId

const Str? anchorId

Source

Anchor id for heading or null if not available

children

DocHeading[] children()

Source

Children headings

level

const Int level

Source

Heading level, chapter top-level sections start at level 2

title

const Str title

Source

Display title for the heading