DocCompiler manages the pipeline of compiling API and stand-alone fandoc documents into HTML.
Slots
- compilePodToHtmlSource
-
Void compilePodToHtml()
- compileTopIndexToHtmlSource
-
Void compileTopIndexToHtml()
- curTypeSource
-
Type? curType
- errSource
-
CompilerErr err(Str msg, Location loc)
Create, log, and return a CompilerErr.
- errReportSource
-
CompilerErr errReport(CompilerErr e)
Log, store, and return the specified CompilerErr.
- errorsSource
-
CompilerErr[] errors
- fandocIndexSource
-
Obj[]? fandocIndex
- logSource
-
CompilerLog log
- makeSource
-
new make()
- outDirSource
-
File outDir
- podSource
-
Pod? pod
- podDirSource
-
File? podDir
- uriMapperSource
-
UriMapper uriMapper