as you can read in the linked post, I succedeed:
<
Here are the details if someone else need them
this command line:
F:\JsDoc3>java -classpath lib/js.jar
org.mozilla.javascript.tools.shell.Main -modules node_modules -modules
rhino_modules jsdoc.js -c conf.json -h
printed out the Options
and this:
F:\JsDoc3>java -classpath lib/js.jar
org.mozilla.javascript.tools.shell.Main -modules node_modules -modules
rhino_modules jsdoc.js -c conf.json -r -d out test/cases/alias.js
parsed F:\JsDoc3\test\cases\alias.js file and produced documentation
in F:\JsDoc3\out folder
>
On Feb 22, 5:23 pm, claudiobosticco <
claudio.bosti...@gmail.com>
wrote:
> as posted here:
http://leahayes.wordpress.com/2011/08/28/documenting-javascript-with-...