chmod, .gitignore jsdoc dir
[dygraphs.git] / generate-jsdoc.sh
1 #!/bin/bash
2 #
3 # Generates JSDoc in the /jsdoc dir. Clears any existing jsdoc there.
4
5 rm -rf jsdoc
6 java -jar jsdoc-toolkit/jsrun.jar \
7 jsdoc-toolkit/app/run.js \
8 -a -d=jsdoc -t=jsdoc-toolkit/templates/jsdoc \
9 dygraph.js