mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Updated with usage notes.
This commit is contained in:
parent
f7421592e2
commit
a43ca23c24
5
jsdoc
5
jsdoc
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
BASEDIR=`dirname $0`
|
||||
java -classpath ${BASEDIR}/build-files/java/classes/js.jar -jar ${BASEDIR}/jsdoc.jar $@
|
||||
java -classpath ${BASEDIR}/build-files/java/classes/js.jar -jar ${BASEDIR}/jsdoc.jar $@
|
||||
|
||||
# or possibly?
|
||||
# java -classpath build-files/java/classes/js.jar org.mozilla.javascript.tools.shell.Main main.js `pwd`
|
||||
Loading…
x
Reference in New Issue
Block a user