1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: qdox
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Trygve Laugstøl <trygvis@inamo.no>, Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>> 5), cdbs
Build-Depends-Indep: java-gcj-compat-dev, ant-optional, junit (>= 3.8.1), libjmock-java (>= 1.0.1)
Standards-Version: 3.7.2
Package: libqdox-java
Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime
Suggests: libqdox-java-doc
Description: Quickly parses declarations and Javadoc from Java source
qdox quickly parses Java source files looking for key items of
interest:
* class and interface definitions
* member declarations
* import statements
* JavaDoc comments
.
qdox ignores all other components of Java source, such as actual method
implementations, to avoid overhead. qdox returns a simple document
model containing only the declarations and containing enough
information to be useful.
Package: libqdox-java-doc
Section: doc
Architecture: all
Suggests: libqdox-java
Description: Documentation for qdox (javadoc)
This package contains the documentation for qdox, generated from
Javadoc.
.
qdox quickly parses Java source files looking for key items of
interest:
* class and interface definitions
* member declarations
* import statements
* JavaDoc comments
.
qdox ignores all other components of Java source, such as actual method
implementations, to avoid overhead. qdox returns a simple document
model containing only the declarations and containing enough
information to be useful.
|