pkg://JSDoc-1.10.2-6.fc10.noarch.rpm:53827/HEADER
downloads
Name : JSDoc Relocations: (not relocatable)
Version : 1.10.2 Vendor: Fedora Project
Release : 6.fc10 Build Date: Mon Sep 8 17:54:29 2008
Install Date: (not installed) Build Host: x86-7.fedora.phx.redhat.com
Group : Development/Tools Source RPM: JSDoc-1.10.2-6.fc10.src.rpm
Size : 204867 License: GPL+
Signature : DSA/SHA1, Fri Sep 12 17:41:02 2008, Key ID 8e693b4ddf9b0ae9
Packager : Fedora Project
URL : http://jsdoc.sourceforge.net
Summary : Produces javadoc-style documentation from JavaScript sourcefiles
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.