Skip to content

Commit

Permalink
jsdoc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulov-t committed Jun 4, 2022
1 parent 7aaef1c commit d8ee220
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
out
dumpTools
## visual studio
.vscode
.vscode/sftp.json
Expand Down
4 changes: 0 additions & 4 deletions bin/www.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ const { certificate } = require('./../core/server/certGenerator');
const { ConfigController } = require('./../src/Controllers/ConfigController')
var serverIp = "127.0.0.1";

// for(let i = 0; i < process.argv.length; ++i) {
// console.log(`index ${i} argument -> ${process.argv[i]}`);
// }

/**
* Rebuild / Build configs
*/
Expand Down
22 changes: 8 additions & 14 deletions jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{
"tags": {
"allowUnknownTags": false
},
"plugins": [],
"recurseDepth": 10,
"source": {
"include": "src/.",
"includePattern": "\\.js$",
"excludePattern": "(node_modules/|docs)"
"includePattern": ".+\\.js?$",
"excludePattern": "%20|%25|node_modules"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"start": "node bin/www.js",
"generate-docs": "jsdoc -r ."
"generate-docs": "jsdoc -c jsdoc.json -r ."
},
"dependencies": {
"compression": "^1.7.4",
Expand Down

0 comments on commit d8ee220

Please sign in to comment.