const class compilerDoc::DocPodIndex
sys::Obj compilerDoc::Doc compilerDoc::DocPodIndex
DocPodIndex represents the index document of a DocPod.
- docName
-
virtual override Str docName()The document name under space is "index"
- isSpaceIndex
-
virtual override Bool isSpaceIndex()Return true
- onCrawl
-
virtual override Void onCrawl(DocCrawler crawler)Index the type summary and all slot docs
- pod
-
const DocPod podParent pod
- renderer
-
virtual override Type renderer()Default renderer is
DocPodIndexRenderer - space
-
virtual override DocSpace space()The space for this doc is
pod - title
-
virtual override Str title()Title is pod name
- toc
-
const Obj[] tocIf this a API pod, this is the Str/DocType where the string indicates groupings such as "Classes", "Mixins", etc. If this is a manual return the list of Str/DocChapter where Str indicates index grouping headers.