Class Config

A simple container to store the app configuration

Source : file Config.js at line 32

Constructor

new Config ( )

The constructor

Source : file Config.js at line 82

Public properties

appDir : String

The directory where the app is installed. Coming from the app parameter

Source : file Config.js at line 53

docDir : String

The directory where the documentation files will be installed. Coming from the --out parameter

Source : file Config.js at line 46

launch : Boolean

A flag indicating that the documentation must be opened in the browser immediately after the generation. Coming from the --launch parameter

Source : file Config.js at line 68

noSourcesColor : Boolean

A flag indicating that the source files must not have colors for the js keywords and links for global variables and types. Coming from the --noSourcesColor parameter

Source : file Config.js at line 76

srcDir : String

The directory where the source files are. Coming from the --in parameter

Source : file Config.js at line 39

validate : Boolean

A flag indicating the validation must be done. Coming from the --validate parameter

Source : file Config.js at line 60