logo

class

docCompiler::Main

sys::Obj
  docCompiler::Main

Main is the main entry point for the Fan documentation compiler.

Slots

compiler

DocCompiler compiler := DocCompiler.?()

Source

help

Void help()

Dump help usage.

Source

main

static Void main()

Source

parseArgs

Bool parseArgs(Str[] args)

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

Source

pipeline

|DocCompiler| pipeline := DocCompiler.compilePodToHtml()

Source

println

Void println(Obj s)

Source

run

Int run(Str[] args)

Main entry point for compiler. Return 0 on success.

Source

version

Void version()

Dump version.

Source