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
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
```