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-13m.mo8.noarch [49 KiB] |
Changelog
by NARITA Koichi (2011-10-05):
- (1.10.2-13m) - rebuild against perl-5.14.2 |