
DocCompiler manages the pipeline of compiling API and stand-alone fandoc documents into HTML.
Slots
- compilePodToHtml
-
Void compilePodToHtml()
- compileTopIndexToHtml
-
Void compileTopIndexToHtml()
- curType
-
Type curType
- err
-
CompilerErr err(Str msg, Location loc)
Create, log, and return a CompilerErr.
- errReport
-
CompilerErr errReport(CompilerErr e)
Log, store, and return the specified CompilerErr.
- errors
-
CompilerErr[] errors
- fandocIndex
-
Obj[] fandocIndex
- log
-
CompilerLog log
- make
-
new make()
- outDir
-
File outDir
- pod
-
Pod pod
- podDir
-
File podDir
- uriMapper
-
UriMapper uriMapper