
Main is the main entry point for the Fan documentation compiler.
Slots
- compiler
-
DocCompiler compiler := DocCompiler.?()
- help
-
Void help()
Dump help usage.
- main
-
static Void main()
- parseArgs
-
Process command line args and return false if we should exit.
- pipeline
-
|DocCompiler| pipeline := DocCompiler.compilePodToHtml()
- println
- run
-
Main entry point for compiler. Return 0 on success.
- version
-
Void version()
Dump version.