javascript-functions
Version:
Commonly used JavaScript Functions
23 lines (22 loc) • 465 B
JSON
{
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"templates": {
"cleverLinks": true,
"monospaceLinks": false
},
"opts": {
"destination": "./jsdoc/",
"recurse": true,
"readme": "README.md"
}
}