| Summary: | [formatter] JavaDoc formatter removes blank lines before tags | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Christian Rösch <eclipse> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse, mateusz.matela |
| Version: | 4.5 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Christian Rösch
Okay, I'm not sure about the line between @param and @return. Was it really done via "New line after @param tags"? I assume not. So let's concentrate on the new line before the JavaDoc tags :) The "Blank line before JavaDoc tags" option works for me, even with "Remove blank lines" enabled. Maybe some other option affects it in your case. Please attach your full formatter configuration. I think @return doesn't need to be separated with additional blank line (unless you disable "Remove blank lines", then it shouldn't be removed). "New line after @param tags" means new line between parameter's name and description. BTW, bugzilla doesn't understand <pre> tags. For a moment I thought you have a comment inside a <pre> section in another comment :) Please reopen if you can provide a formatter profile or workspace preferences that will allow me to reproduce the issue starting with a fresh workspace. |