Fan

 

class

docCompiler::FandocToHtmlGenerator

sys::Obj
  fandoc::HtmlDocWriter
    docCompiler::HtmlGenerator
      docCompiler::FandocToHtmlGenerator

FandocToHtmlGenerator generates an HTML file for a standalone fandoc file

Slots

contentSource

override Void content()

Generate the content section of the document.

docSource

Doc doc

fileSource

File file

findPrevNextSource

Void findPrevNext()

override Void header()

Generate the header section of the document.

makeSource

new make(DocCompiler compiler, Location loc, File file, Doc doc)

nextSource

Uri? next

prevSource

Uri? prev

prevNextSource

Void prevNext()

override Void sidebar()

Generate the sidebar section of the document.

titleSource

override Str title()

Return the title for this document.