Removed JSDoc generation as it is never really used. JSDoc comments are still required but the doc files will no longer be generated. This simplifies the build process and config scripts.

This commit is contained in:
n1474335 2019-08-28 16:37:31 +01:00
parent b21643f485
commit 686ca284fe
8 changed files with 1 additions and 436 deletions

3
.gitignore vendored
View file

@ -2,9 +2,6 @@ node_modules
npm-debug.log
travis.log
build
docs/*
!docs/*.conf.json
!docs/*.ico
.vscode
.*.swp
.DS_Store