add jsdoc config.
This commit is contained in:
parent
72e907f81e
commit
e18763793a
6
.npmignore
Normal file
6
.npmignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.git*
|
||||||
|
test/
|
||||||
|
node_modules/
|
||||||
|
.jshintrc
|
||||||
|
.jscsrc
|
||||||
|
jsdoc.json
|
||||||
24
jsdoc.json
Normal file
24
jsdoc.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user