This is pre-release software, under active development. It is not intended for general use.
To build the jar file that runs JSDoc 3 use the ant build tool.
$ cd JSDoc
$ ant jar-install
This will create a file name jsdoc.jar
in the project base
directory.
To test that the installed app is working, execute the following:
$ java -jar jsdoc.jar -T
This example assumes your working directory is the JSDoc project base directory...
$ java -jar jsdoc.jar yourSourceCode.js
For help regarding the supported commandline options use -h.
$ java -jar jsdoc.jar -h
Project Wiki: http://code.google.com/p/jsdoc/w/list
JSDoc 3 is copyright (c) 2010 Michael Mathews [email protected]
See file "LICENSE.md" in this distribution for more details about terms of use.