
HtmlGenerator is the base class for HTML generation which handles all the navigation and URI concerns
Slots
- compiler
-
DocCompiler compiler
- content
-
virtual Void content()
Generate the content section of the document.
- docHome
-
Str docHome := "Doc Home"
- elemStart
-
virtual Void footer()
Generate the footer section of the document.
- generate
-
Void generate()
- header
-
virtual Void header()
Generate the header section of the document.
- loc
-
Location loc
- make
-
new make(DocCompiler compiler, Location loc, OutStream out)
- pathToRoot
-
virtual Str pathToRoot()
Returnt the relative path to the document root.
- searchBox
-
Void searchBox()
Generate the search box.
- showByDefault
- showSlot
- showType
-
virtual Void sidebar()
Generate the sidebar section of the document.
- title
-
virtual Str title()
Return the title for this document.