JSDocs generated by grunt
This commit is contained in:
parent
ce95cb264d
commit
027043bd6f
9 changed files with 66 additions and 30 deletions
18
jsdoc.conf.json
Normal file
18
jsdoc.conf.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"tags": {
|
||||
"allowUnknownTags": true
|
||||
},
|
||||
"source": {
|
||||
"includePattern": ".+\\.js(doc)?$",
|
||||
"excludePattern": "(^|\\/|\\\\)_"
|
||||
},
|
||||
"plugins": [],
|
||||
"templates": {
|
||||
"cleverLinks": false,
|
||||
"monospaceLinks": false,
|
||||
"default": {
|
||||
"outputSourceFiles": true
|
||||
},
|
||||
"theme": "flatly"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue