JSDoc - Produces javadoc-style documentation from JavaScript sourcefiles
Website: | http://jsdoc.sourceforge.net |
---|---|
License: | GPL |
- Description:
A script that produces javadoc-style documentation from well-formed JavaScript sourcefiles. At the moment, this means it supports sourcefiles where all functions are mapped to a class using prototype-based inheritance. Anonymous function definitions (e.g. Circle.prototype.getRadius = function(){ ...} ) are supported.
Packages
JSDoc-1.10.2-2m.mo6.noarch [52 KiB] |
Changelog
by NAKAYA Toshiharu (2009-01-21):
- (1.10.2-2m) - rebuild against rpm-4.6 |