class compilerDoc::DocTopIndexRenderer
sys::Obj compilerDoc::DocRenderer compilerDoc::DocTopIndexRenderer
Renders the index of a pod's documents
- index
-
const DocTopIndex indexPod index to render
- make
-
new make(DocEnv env, WebOutStream out, DocTopIndex doc) - writeApis
-
virtual Void writeApis(DocPod[] pods)Write API table of pod name/link and summaries.
- writeContent
-
virtual override Void writeContent()Write the content for a top index. Default organizes pods into manuals and APIs.
- writeManuals
-
virtual Void writeManuals(DocPod[] pods)Write manuals table of pod name/links along with shortcut chapter links.