File: control

package info (click to toggle)
jsdoc-toolkit 2.4.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 744 kB
  • sloc: xml: 316; sh: 52; makefile: 22; java: 18
file content (21 lines) | stat: -rw-r--r-- 786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: jsdoc-toolkit
Section: devel
Priority: extra
Maintainer: Georges Khaznadar <georgesk@ofset.org>
Build-Depends: debhelper (>= 7.0.50~), quilt, ant, openjdk-6-jdk, rhino,
 xsltproc, docbook-xsl
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/jsdoc-toolkit/

Package: jsdoc-toolkit
Architecture: all
Depends: ${misc:Depends}, rhino
Description: automatic generator for HTML documentation of Javascript sources
 JsDoc Toolkit is an application, written in JavaScript, for
 automatically generating template-formatted, multi-page HTML (or XML,
 JSON, or any other text-based) documentation from commented
 JavaScript source code.
 .
 Based on the JSDoc.pm project, this was renamed "Jsdoc Toolkit"
 during development as it grew into more than a simple version
 upgrade.