Class Config

A simple container to store the app configuration

Source : file Config.js at line 34

Constructor

new Config ( )

The constructor

Source : file Config.js at line 91

Public properties

appDir : String

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

Source : file Config.js at line 55

docDir : String

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

Source : file Config.js at line 48

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 77

noFiles : Boolean

A flag indicating the HTML files must not be created. Coming from the --noFiles parameter

Source : file Config.js at line 69

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 85

srcDir : String

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

Source : file Config.js at line 41

validate : Boolean

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

Source : file Config.js at line 62