changes required for jsdoc, adding legacy.js to code coverage

This commit is contained in:
El RIDO 2019-09-22 21:18:19 +02:00
parent 476b9c90e2
commit 71797d1dd4
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
6 changed files with 12 additions and 9 deletions

View file

@ -55,6 +55,6 @@ $ ln -s /usr/bin/nodejs /usr/local/bin/node
To generate the documentation, change into the main directory and run phpdoc:
```console
$ cd PrivateBin
$ jsdoc -p -d doc/jsdoc js/privatebin.js
$ jsdoc -p -d doc/jsdoc js/privatebin.js js/legacy.js
```