logo

class

docCompiler::FandocIndexToHtmlGenerator

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

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

make

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

Source

title

override Str title()

Return the title for this document.

Source