logo

class

docCompiler::DocCompiler

sys::Obj
  docCompiler::DocCompiler

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

Slots

compilePodToHtml

Void compilePodToHtml()

Source

compileTopIndexToHtml

Void compileTopIndexToHtml()

Source

curType

Type curType

Source

err

CompilerErr err(Str msg, Location loc)

Create, log, and return a CompilerErr.

Source

errReport

CompilerErr errReport(CompilerErr e)

Log, store, and return the specified CompilerErr.

Source

errors

CompilerErr[] errors

Source

fandocIndex

Obj[] fandocIndex

Source

log

CompilerLog log

Source

make

new make()

Source

outDir

File outDir

Source

pod

Pod pod

Source

podDir

File podDir

Source

uriMapper

UriMapper uriMapper

Source