Fantom

 

class

docCompiler::FandocIndexToHtmlGenerator

sys::Obj
  fandoc::HtmlDocWriter
    docCompiler::HtmlGenerator
      docCompiler::FandocIndexToHtmlGenerator

FandocIndexToHtmlGenerator generates an HTML file from an index.fog 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)

titleSource

override Str title()

Return the title for this document.