Bug 41874 - [misc] Add Source/Order Javadoc tags features.
Summary: [misc] Add Source/Order Javadoc tags features.
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 47935 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-22 13:36 EDT by Gary Gregory CLA
Modified: 2004-04-06 11:59 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 Gary Gregory CLA 2003-08-22 13:36:54 EDT
Our Javadoc tags are a mess. Sun has a guideline for @tag order here:
http://java.sun.com/j2se/javadoc/writingdoccomments/index.html#tag. It would be
nice to have a command to re-order Javadoc tags for a
thing/class/package/project according to a configurable order where the Sun
order would be the default. I guess that custom tags would need to be handled too.
Comment 1 Charles-Philip Bentley CLA 2004-03-16 07:13:06 EST
My javadoc are also a mess. 

tag ordering is part of the action of synchronizing javadoc with user 
preferences. It would be really ergonomic to do the following with a single 
action

synchronize with code
sort the tags
format the javadoc 

Action should be doable on a project, a set of files, a file or a single 
javadoc

Custom tags must be thought about from the beginning. Custom tags are a 
requirement if Eclipe want to beat other IDEs.
Comment 2 Dani Megert CLA 2004-03-25 03:54:44 EST
*** Bug 47935 has been marked as a duplicate of this bug. ***