2018-09-18 12:17:34 +00:00
|
|
|
{
|
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": true
|
|
|
|
},
|
|
|
|
"recurseDepth": 10,
|
|
|
|
"source": {
|
|
|
|
"include": ["docfiles"],
|
|
|
|
"includePattern": ".+\\.js(doc|x)?$",
|
|
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
|
|
},
|
|
|
|
"opts" : {
|
|
|
|
"template": "templates/initi",
|
|
|
|
"encoding": "utf8",
|
|
|
|
"recurse": true,
|
|
|
|
"destination": "../documentation/"
|
|
|
|
},
|
2018-09-25 12:14:18 +00:00
|
|
|
"plugins": [
|
|
|
|
"plugins/markdown"
|
|
|
|
],
|
2018-09-18 12:17:34 +00:00
|
|
|
"templates": {
|
|
|
|
"cleverLinks": false,
|
|
|
|
"monospaceLinks": false,
|
|
|
|
"default": {
|
|
|
|
"outputSourceFiles": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|