History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-14591
Type: New Feature New Feature
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Bernhard Messerer
Votes: 3
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

JavaDoc formatting: align to individual javadoc tag

Created: 28 Aug 07 17:54   Updated: 27 Nov 07 17:01
Component/s: Code Formatting and Code Style

Environment: JDK6u1

Build: 7,241


 Description  « Hide
javadoc alignment such that:
javadoc example
/**@return This method's return value has to be
 *         described in much detail...*/
public Object method() { ... }

i.e. the text is aligned vertically upon the end of the javadoc-tag, of course, should also work with @param, @throws and so on.
Currently, I always have to align manually when I type multi-line javadocs which is really bugging



 All   Comments   Work Log   Change History      Sort Order:
Stephen Friedrich - 28 Aug 07 18:24
Well, you don't really have to align manually because reformat does it, but of course it should be done on the fly when you press enter to get to the next line..

Kieron Wilkinson - 27 Nov 07 17:01
Unfortunately reformat doesn't do it, but it would be wonderful if it did.