logo

class

docCompiler::TopIndexGenerator

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

TopIndexGenerator generates the top level index file.

Slots

content

override Void content()

Generate the content section of the document.

Source

override Void header()

Generate the header section of the document.

Source

isAPI

Bool isAPI(Pod pod)

Source

listPods

Void listPods(Str title, Bool api)

Source

make

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

Source

pathToRoot

override Str pathToRoot()

Returnt the relative path to the document root.

Source

title

override Str title()

Return the title for this document.

Source