node-of-legends
Version:
A wrapper for the League of Legends API using Promises Completely updated for API v3.
36 lines (35 loc) • 1.22 kB
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["api", "./", "services","config"],
"exclude": ["node_modules","out","personal.test.js"],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"outputSourceFiles": true,
"systemName" : "Node-of-Legends",
"footer" : "suds.io",
"copyright" : "Node-of-Legends Copyright © 2014 The contributors to the Node-of-Legends project.",
"navType" : "vertical",
"theme" : "cerulean",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
"syntaxTheme" : "dark" //default or dark
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"encoding": "utf8",
"destination": "./out/",
"recurse": false,
"lenient": true
}
}
//npm i jsdoc ink-docstrap
//node .\node_modules\jsdoc\jsdoc.js -R BASEAPI.md -c ./config/jsdoc.config.json