Main is the main entry point for the Fan documentation compiler.
Slots
- compilerSource
-
DocCompiler compiler := DocCompiler.
() - helpSource
-
Void help()
Dump help usage.
- mainSource
-
static Void main()
- parseArgsSource
-
Process command line args and return false if we should exit.
- pipelineSource
-
|DocCompiler| pipeline := &DocCompiler.compilePodToHtml()
- printlnSource
- runSource
-
Main entry point for compiler. Return 0 on success.
- versionSource
-
Void version()
Dump version.