Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        JSDoc - Produces javadoc-style documentation from JavaScript sourcefiles
        
        - 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
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | JSDoc | 1.10.2 | 3.fc6 | noarch | 204 KiB | Sat Jun 30 18:18:47 2007 | 
        
        Changelog
        
            - * Sat Jun 23 18: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 18:00:00 2007 Matej Cepl <mcepl{%}redhat{*}com> - 1.10.2-2
- - License is GPL, according to the website. 
            - * Fri Apr  6 18:00:00 2007 Matej Cepl <mcepl{%}redhat{*}com> - 1.10.2-1
- - Initial build