- Docs: Exclude from jsdoc firefox-extension, opera-widget, screencasts, test folders and build.html.js/rollup files

- Docs: Further JSDoc of methods
- Docs: Transfer some changes from ExtensionDocs on wiki (need to fully reconcile)
- Refactoring (minor): variadic args through ellipsis
This commit is contained in:
Brett Zamir
2018-05-31 16:07:44 +08:00
parent 96e089f930
commit a27a5d5637
10 changed files with 276 additions and 38 deletions

View File

@@ -3,9 +3,13 @@
"source": {
"exclude": [
"node_modules",
"dist"
"dist",
"firefox-extension",
"opera-widget",
"screencasts",
"test"
],
"excludePattern": "^svgedit-config-"
"excludePattern": "svgedit-config-*|build-html.js|rollup*"
},
"sourceType": "module",
"tags": {