There is more work to be done, because this filters out more than desired, and we don't have events documented yet.
31 lines
630 B
JSON
31 lines
630 B
JSON
{
|
|
"opts": {
|
|
"recurse": true,
|
|
"template": "doc/template",
|
|
"tutorials": "doc/tutorials"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown",
|
|
"doc/plugins/inheritdoc",
|
|
"doc/plugins/exports"
|
|
],
|
|
"markdown": {
|
|
"parser": "gfm"
|
|
},
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false,
|
|
"default": {
|
|
"outputSourceFiles": true
|
|
}
|
|
},
|
|
"jsVersion": 180
|
|
}
|