Fantom

 

class

docCompiler::TopIndexGenerator

sys::Obj
  fandoc::HtmlDocWriter
    docCompiler::HtmlGenerator
      docCompiler::TopIndexGenerator

TopIndexGenerator generates the top level index file.

Slots

contentSource

override Void content()

Generate the content section of the document.

override Void header()

Generate the header section of the document.

makeSource

new make(DocCompiler compiler, Loc loc, OutStream out)

pathToRootSource

override Str pathToRoot()

Returnt the relative path to the document root.

titleSource

override Str title()

Return the title for this document.