2018-09-18 12:17:34 +00:00
|
|
|
{
|
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": true
|
|
|
|
},
|
|
|
|
"recurseDepth": 10,
|
|
|
|
"source": {
|
|
|
|
"include": ["docfiles"],
|
2019-03-15 07:50:42 +00:00
|
|
|
"include_2": ["../../develop/first/gui/js/providers"],
|
|
|
|
"include_3": ["../../develop/first/gui/js"],
|
|
|
|
"core": ["../../develop/first/core"],
|
2018-09-18 12:17:34 +00:00
|
|
|
"includePattern": ".+\\.js(doc|x)?$",
|
|
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
|
|
},
|
|
|
|
"opts" : {
|
|
|
|
"template": "templates/initi",
|
2018-09-26 15:13:03 +00:00
|
|
|
"encoding": "utf8",
|
|
|
|
"readme": "",
|
2018-09-18 12:17:34 +00:00
|
|
|
"recurse": true,
|
2019-03-15 07:50:42 +00:00
|
|
|
"destination": "../../documentation/"
|
2018-09-18 12:17:34 +00:00
|
|
|
},
|
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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|