Fan

 

class

docCompiler::Main

sys::Obj
  docCompiler::Main

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

Bool parseArgs(Str[] args)

Process command line args and return false if we should exit.

pipelineSource

|DocCompiler| pipeline := &DocCompiler.compilePodToHtml()

printlnSource

Void println(Obj s)

runSource

Int run(Str[] args)

Main entry point for compiler. Return 0 on success.

versionSource

Void version()

Dump version.