Skip to content
/ jsdoc Public
forked from jsdoc/jsdoc

An API documentation generator for JavaScript.

License

Notifications You must be signed in to change notification settings

hhzhang/jsdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

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

$ java -jar jsdoc.jar -d stdout yourSourceCode.js

For help regarding the supported commandline options use -h.

$ java -jar jsdoc.jar -h

See

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

License

JSDoc 3 is copyright (c) 2010 Michael Mathews [email protected]

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

About

An API documentation generator for JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published