YUIDoc - JavaScript Documentation Tool (original) (raw)

Welcome to YUIDoc 0.10.0!

YUIDoc is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen. YUIDoc provides:

Installation and Usage

  1. Download and install Node.js
  2. Run npm -g install yuidocjs.
  3. Run yuidoc . at the top of your JS source tree.

That's it! For more information about running the yuidoc commandline tool, refer to "Using YUIDoc".

User Guides

YUIDoc parses a modified form of JSDoc tags. This section provides a taste of some of the more common constructs in YUIDoc. For more information, refer to the "YUIDoc Syntax Reference".

Example Class Block

/**

Example Method Block

/**

Example Property Block

/**