const class compilerDoc::DocSrc

sys::Obj
  compilerDoc::Doc
    compilerDoc::DocSrc

Source

DocSrc models a page of source code for display.

virtual override Str breadcrumb()

Source

Breadcrumb name is the filename

docName

virtual override Str docName()

Source

Document name under space is "src-{filename}"

pod

const DocPod pod

Source

Pod which contains the source file

renderer

virtual override Type renderer()

Source

Default renderer is DocSrcRenderer

space

virtual override DocSpace space()

Source

The space for this doc is pod

title

virtual override Str title()

Source

Title is the filename

uri

const Uri uri

Source

Uri of the source file inside the pod