fcoin/jsdoc.json
Christopher Jeffrey e18763793a
add jsdoc config.
2016-04-15 06:50:21 -07:00

25 lines
485 B
JSON

{
"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",
"destination": "./docs/",
"recurse": true,
"private": true,
"pedantic": true
}
}