Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jukzi committed Nov 2, 2023
1 parent 8851c02 commit 03284cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news/4.14/jdt.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h2>Java Formatter </h2>
<tr id="formatter-javadoc-tags-blank-lines"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=54627 -->
<td class="title">Blank lines between Javadoc tags</td>
<td class="content">
The code formatter can now divide Javadoc tags into groups (by type, for example <code>@param</code>, <code>@throws</code>, <code>@returns</code>) and separate these groups with blank lines.
The code formatter can now divide Javadoc tags into groups (by type, for example <code>@param</code>, <code>@throws</code>, <code>@return</code>) and separate these groups with blank lines.
This feature can be turned on in the <b>Comments &gt; Javadocs</b> section by checking the <b>Blank lines between tags of different type</b> box.
<p><img src="images/formatter-javadoc-tags-blank-lines.png" alt=""/></p>
</td>
Expand Down

0 comments on commit 03284cd

Please sign in to comment.