3 # Generates JSDoc in the /jsdoc dir. Clears any existing jsdoc there.
6 echo Generating JSDoc...
7 java
-jar jsdoc-toolkit
/jsrun.jar \
8 jsdoc-toolkit
/app
/run.js \
9 -d
=jsdoc
-t
=jsdoc-toolkit
/templates
/jsdoc \
11 |
tee /tmp
/dygraphs-jsdocerrors.txt
13 if [ -s
/tmp
/dygraphs-jsdocerrors.txt
]; then
14 echo Please fix any jsdoc errors
/warnings before sending patches.