Bug 39699 - Javadoc Taglet option missing [javadoc]
Summary: Javadoc Taglet option missing [javadoc]
Status: REOPENED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks: 97908 136050 155669 273590 51025
  Show dependency tree
 
Reported: 2003-07-07 10:09 EDT by Hartmut Obendorf CLA
Modified: 2013-04-23 08:50 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hartmut Obendorf CLA 2003-07-07 10:09:40 EDT
Since JDK 1.4, javadoc supports the -tag:cm:description argument which 


provides a nice and simple way of specifying new javadoc tags. 




http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tag




The use of this cmd line argument is not supported in Eclipse (while the


use of doclets seems to be) and could be easily integrated in the IDE,


e.g. as a project preference.




This request is fueled by a university course where we teach programming 


using the contract model - and while the @require and @ensure tags are 


still being kept as "future" tags, we would like to have a simple configuration


option that allows us to generate documentation for the contract model _now_.




http://forum.java.sun.com/thread.jsp?forum=41&thread=72830
Comment 1 Dirk Baeumer CLA 2003-07-08 10:04:31 EDT
Martin, can you please comment.
Comment 2 Martin Aeschlimann CLA 2003-07-08 10:52:01 EDT
Thanks for the pointer. I think we currently have no UI at all for the javadoc
1.4 options.
Note that you can always use the 'Additional options' field to enter the 1.4
command line arguments.

I don't know if we find time to add more UI to the wizard, maybe somebody from
the community would be interesseed to bring the Javadoc wizard up to date?
Comment 3 Martin Aeschlimann CLA 2003-12-04 12:45:14 EST
If we introduce taglets, JCore should store them. Problems in Javadoc comments
could then include the taglet rules.
Comment 4 Philipe Mulet CLA 2004-05-10 05:38:47 EDT
Will reconsider post 3.0
Comment 5 Markus Keller CLA 2008-03-20 09:38:05 EDT
In addition to the taghead (to be used for Javadoc export via
'-tag tagname:Xaoptcmf:"taghead"' and for rendering in the Javadoc hover), the preferences should also contain an option that tells whether the tag needs a tag description (see bug 222902).
Comment 6 Eclipse Webmaster CLA 2009-08-30 02:35:12 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.
Comment 7 Markus Keller CLA 2009-11-03 10:23:13 EST
Reopening, this is still a valid request.