2011-01-15 11:16:29 +00:00
2011-01-09 00:06:55 +00:00
2011-01-15 11:16:29 +00:00
2011-01-15 11:16:29 +00:00
2011-01-09 00:06:55 +00:00
2011-01-14 21:21:45 +00:00

JSDoc 3

This is pre-release software, under active development. It is not intended for general use.

Install

To build the jsdoc jar that runs JSDoc 3, use the ant build tool.

$ cd JSDoc
$ ant

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 --test

Usage

This example assumes your working directory is the JSDoc project base directory...

$ java -jar jsdoc.jar yourSourceCodeFile.js

For help regarding the supported commandline options use -h.

$ java -jar jsdoc.jar --help

See

Project Wiki: http://code.google.com/p/jsdoc/w/list

License

JSDoc 3 is copyright (c) 2010 Michael Mathews micmath@gmail.com

See file "LICENSE.md" in this distribution for more details about terms of use.

Description
An API documentation generator for JavaScript.
Readme Apache-2.0 82 MiB
Languages
JavaScript 99.4%
CSS 0.6%