v9.2.0
New features since v9.1.0
- If you need to use a specific
jsdoc
version or fork, specify its path viaJSDOC_PATH
and jsdoc-api will use it instead of the default. #29
$ export JSDOC_PATH=./node_modules/.bin/jsdoc # An alternative jsdoc version you installed
$ node my-jsdoc-api-script.js # Run your jsdoc-api app as usual