Fantom

 

class

docCompiler::SymbolsGenerator

sys::Obj
  fandoc::HtmlDocWriter
    docCompiler::HtmlGenerator
      docCompiler::SymbolsGenerator

SymbolsGenerator generates the symbols file for a pod.

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)

podSource

Pod pod

override Void sidebar()

Generate the sidebar section of the document.

symbolsSource

Symbol[] symbols

titleSource

override Str title()

Return the title for this document.

writeFacetsSource

Void writeFacets()

writeSymbolsSource

Void writeSymbols()