documentjs.configured.projectConfig
{Object}
The configuration options for a project to retrieve and document.
Object
Properties
-
source
{String}
The source location of the project.
-
version
{String}
Optional
The version name of the project.
-
path
{String}
Optional
The location of where the project should be
installed. The default
-
simulatedPath
{String}
Optional
Where the project appears to be installed if it is not being
copied to that location. This is typically set autmatically when a command line
overwrite is provided.
-
skipGet=false
{Boolean}
Optional
The project's resource will not be retrieved. The
documentation will produced from simulatedPath
. This is typically set autmatically when a command line
overwrite is provided.
-
npmInstall=false
{Boolean}
Optional
Use npm to install the resource.
-
docConfig
{docConfig}
Optional
The full docConfig of this project. If
provided, documentjs.json
will not be read.
-
watch=false
{Boolean}
Optional
If true, setup a watch and regenerate.