Skip to content

Commit

Permalink
clear generated jsdoc; add script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Vanderkam committed May 9, 2011
1 parent 629a09a commit cf18022
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7,840 deletions.
9 changes: 9 additions & 0 deletions generate-jsdoc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#
# Generates JSDoc in the /jsdoc dir. Clears any existing jsdoc there.

rm -rf jsdoc
java -jar jsdoc-toolkit/jsrun.jar \
jsdoc-toolkit/app/run.js \
-a -d=jsdoc -t=jsdoc-toolkit/templates/jsdoc \
dygraph.js
255 changes: 0 additions & 255 deletions jsdoc-toolkit/out/jsdoc/files.html

This file was deleted.

Loading

0 comments on commit cf18022

Please sign in to comment.