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

Key: IDEA-12797
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Mike Hanafey
Votes: 0
Watchers: 0
Operations

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

JavaDoc formatting should be smarter wrapping HTML markup

Created: 15 May 07 17:32   Updated: 17 May 07 18:06
Component/s: Code Formatting and Code Style

Build: 6,827


 Description  « Hide
An example defines the issue. Given the following JavaDoc:

/**
The title. Some issues:
<ol>
<li>One</li>
<li>Two</li>
</ol>
*/

If wrapping is enabled (which is not really optional) then the list above gets smashed into one unreadable line. If "keep blank lines" is enabled, this can be prevented by putting in lots of extra blank lines, but what is really needed is a way to specify that for html tags in some list, if they are at the beginning of a line they stay at the beginning of a line after formatting. In fact the list of unwrappable tags probably does not need to be settable – any block level tag should start a new line.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.