Fantom

 

class

docCompiler::Main

sys::Obj
  util::AbstractMain
    docCompiler::Main

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

Slots

dSource

@opt = "output directory for pod file"
File? d := null

podsSource

@arg = "pod name(s) to compile"
Str[] pods := Str[,]

runSource

override Int run()

Overrides util::AbstractMain.run

Doc inherited from util::AbstractMain.run

Run the application. This method is called after the command line has been parsed. See runServices to launch a deamon application. Return status code, zero for success.

silentSource

@opt = "silent mode (no logging)"
Bool silent := false

srcSource

@opt = "directory of source code"
File? src := null

topindexSource

@opt = "compile top index"
Bool topindex := false

verboseSource

@optAliases = ["v"]
@opt = "verbose mode (more logging)"
Bool verbose := false

versionSource

@opt = "print version information"
Bool version := false