26 lines
562 B
JSON
26 lines
562 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true
|
||
|
},
|
||
|
"recurseDepth": 10,
|
||
|
"source": {
|
||
|
"include": ["docfiles"],
|
||
|
"includePattern": ".+\\.js(doc|x)?$",
|
||
|
"excludePattern": "(^|\\/|\\\\)_"
|
||
|
},
|
||
|
"opts" : {
|
||
|
"template": "templates/initi",
|
||
|
"encoding": "utf8",
|
||
|
"recurse": true,
|
||
|
"destination": "../documentation/"
|
||
|
},
|
||
|
"plugins": [],
|
||
|
"templates": {
|
||
|
"cleverLinks": false,
|
||
|
"monospaceLinks": false,
|
||
|
"default": {
|
||
|
"outputSourceFiles": true
|
||
|
}
|
||
|
}
|
||
|
}
|