Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
JSDoc: Produces javadoc-style documentation from JavaScript sourcefiles
- Summary
- 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.
Changelog
- * Sat Jun 23 17:00:00 2007 Matej Cepl <mcepl{%}redhat{*}com> - 1.10.2-3
- Added GPL text as new source
- documentation files (*.tmpl, *.css) shouldn't be executable.
- limited ownership of perl_vendorlib direcotries.
- * Sat Apr 7 17:00:00 2007 Matej Cepl <mcepl{%}redhat{*}com> - 1.10.2-2
- License is GPL, according to the website.
- * Fri Apr 6 17:00:00 2007 Matej Cepl <mcepl{%}redhat{*}com> - 1.10.2-1
- Initial build