forked from boyska/radiomanifest.js
doc support
This commit is contained in:
parent
8cde139866
commit
eadb0fa7b6
2 changed files with 20 additions and 0 deletions
17
jsdoc.conf.json
Normal file
17
jsdoc.conf.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"plugins": ["plugins/markdown.js"],
|
||||||
|
"opts": {
|
||||||
|
"template": "node_modules/docdash",
|
||||||
|
"encoding": "utf8",
|
||||||
|
"destination": "./docs"
|
||||||
|
},
|
||||||
|
"docdash": {
|
||||||
|
"static": true,
|
||||||
|
"sort": true,
|
||||||
|
"search": true,
|
||||||
|
"collapse": true,
|
||||||
|
"typedefs": false,
|
||||||
|
"removeQuotes": "none",
|
||||||
|
"scripts": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -14,11 +14,14 @@
|
||||||
"test": "npm run test:node && npm run test:browser",
|
"test": "npm run test:node && npm run test:browser",
|
||||||
"test:node": "mocha",
|
"test:node": "mocha",
|
||||||
"test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js",
|
"test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js",
|
||||||
|
"docs": "jsdoc -c ./jsdoc.conf.json --package ./package.json .",
|
||||||
"build": "webpack"
|
"build": "webpack"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"jsdoc": "^3.6.10",
|
||||||
|
"docdash": "^1.2.0",
|
||||||
"chai": "^4.3.4",
|
"chai": "^4.3.4",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"karma": "^6.3.9",
|
"karma": "^6.3.9",
|
||||||
|
|
Loading…
Reference in a new issue