Bug 201385 - Support doclets or at least standard doclet tags
Summary: Support doclets or at least standard doclet tags
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: AJDoc (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 04:08 EDT by Daniel Hirscher CLA
Modified: 2013-06-24 11:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hirscher CLA 2007-08-28 04:08:29 EDT
Ajdoc does not support doclets and standard doclet tags.

Concrete problem:
ajdoc reports warnings like: warning - @generated is an unknown tag
however, it is not possible to suppress these warnings, since it is not possible to specify: -tag generated:a:"EMF Generated"
because ajdoc does not support the standard doclet tags

I tried to specify the standard doclet explicit with: -doclet com.sun.tools.doclets.standard.Standard and get a message that this is not supported.

Since ajdoc is running inside an Ant script on a build server, the warnings are superflous and annoying.

Please support at least the standard doclet tags or implement the doclet mechanism completely.
Comment 1 Andrew Clement CLA 2013-06-24 11:02:16 EDT
unsetting the target field which is currently set for something already released