Details
Description
Would it be possible for QDox to parse package level javadoc and doclet tags into the JavaPackage class?
I'd like to use QDoc to generate API documentation and the description of each service is stored in the package-info.java file for each package. It also includes some doclet tags with additional information I'd like to use
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Assignee | Robert Scholte [ rfscholte ] | |
Fix Version/s | 2.0 [ 15636 ] | |
Resolution | Fixed [ 1 ] |
I would be interested in such functionality as well. In addition it would be nice to support not only package comment files but also overview comment files (http://download.oracle.com/javase/1.3/docs/tooldocs/solaris/javadoc.html#overviewcomment). Like this QDox could become a standalone alternative to the proprietary JavaDoc tool.