2016-04-15 06:50:21 -07:00
|
|
|
{
|
|
|
|
|
"tags": {
|
|
|
|
|
"allowUnknownTags": true
|
|
|
|
|
},
|
|
|
|
|
"source": {
|
|
|
|
|
"include": ["README.md", "lib/"],
|
|
|
|
|
"exclude": [],
|
|
|
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
|
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
|
|
|
},
|
|
|
|
|
"plugins": ["plugins/markdown"],
|
|
|
|
|
"templates": {
|
|
|
|
|
"cleverLinks": false,
|
|
|
|
|
"monospaceLinks": false
|
|
|
|
|
},
|
|
|
|
|
"opts": {
|
|
|
|
|
"template": "templates/default",
|
|
|
|
|
"encoding": "utf8",
|
2017-07-20 22:05:23 +04:00
|
|
|
"destination": "./docs/reference",
|
2016-04-15 06:50:21 -07:00
|
|
|
"recurse": true,
|
|
|
|
|
"private": true,
|
|
|
|
|
"pedantic": true
|
|
|
|
|
}
|
|
|
|
|
}
|