Fantom

 

class

docCompiler::DocCompiler

sys::Obj
  docCompiler::DocCompiler

DocCompiler manages the pipeline of compiling API and stand-alone fandoc documents into HTML.

Slots

compilePodToHtmlSource

Void compilePodToHtml()

compileSourceToHtmlSource

Void compileSourceToHtml(Type t, File from, File to, Str podHeading, Str typeHeading)

compileTopIndexToHtmlSource

Void compileTopIndexToHtml()

curTypeSource

Type? curType

errsSource

CompilerErr[] errs

fandocIndexSource

Obj[]? fandocIndex

htmlThemeSource

HtmlTheme htmlTheme

logSource

CompilerLog log

makeSource

new make()

outDirSource

File outDir

podSource

Pod? pod

podOutDirSource

File? podOutDir

srcDirSource

File? srcDir

uriMapperSource

UriMapper uriMapper

warnsSource

CompilerErr[] warns