Fantom

 

class

docCompiler::Main

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

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

Slots

dSource

@Opt
File? d := null

podsSource

@Arg
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
Bool silent := false

srcSource

@Opt
File? src := null

topindexSource

@Opt
Bool topindex := false

verboseSource

@Opt
Bool verbose := false

versionSource

@Opt
Bool version := false