const class compilerDoc::DocSrc
sys::Obj compilerDoc::Doc compilerDoc::DocSrc
DocSrc models a page of source code for display.
-
virtual override Str breadcrumb()
Breadcrumb name is the filename
- docName
-
virtual override Str docName()
Document name under space is "src-{filename}"
- pod
-
const DocPod pod
Pod which contains the source file
- renderer
-
virtual override Type renderer()
Default renderer is
DocSrcRenderer
- space
-
virtual override DocSpace space()
The space for this doc is
pod
- title
-
virtual override Str title()
Title is the filename
- uri
-
const Uri uri
Uri of the source file inside the pod