32 lines
780 B
JSON
32 lines
780 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"recurseDepth": 10,
|
|
"source": {
|
|
"include": ["docfiles"],
|
|
"include_2": ["../../develop/first/gui/js/providers"],
|
|
"include_3": ["../../develop/first/gui/js"],
|
|
"core": ["../../develop/first/core"],
|
|
"includePattern": ".+\\.js(doc|x)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"opts" : {
|
|
"template": "templates/initi",
|
|
"encoding": "utf8",
|
|
"readme": "",
|
|
"recurse": true,
|
|
"destination": "../../documentation/"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false,
|
|
"default": {
|
|
"outputSourceFiles": true
|
|
}
|
|
}
|
|
}
|