logo

class

docCompiler::FandocToHtmlGenerator

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

FandocToHtmlGenerator generates an HTML file for a standalone fandoc file

Slots

content

override Void content()

Generate the content section of the document.

Source

doc

Doc doc

Source

file

File file

Source

findPrevNext

Void findPrevNext()

Source

override Void header()

Generate the header section of the document.

Source

make

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

Source

next

Uri next

Source

prev

Uri prev

Source

prevNext

Void prevNext()

Source

override Void sidebar()

Generate the sidebar section of the document.

Source

title

override Str title()

Return the title for this document.

Source