diff --git a/news/4.14/jdt.html b/news/4.14/jdt.html index 0d2a9d0a0..1b36dcff5 100644 --- a/news/4.14/jdt.html +++ b/news/4.14/jdt.html @@ -214,7 +214,7 @@
@param
, @throws
, @returns
) and separate these groups with blank lines.
+ The code formatter can now divide Javadoc tags into groups (by type, for example @param
, @throws
, @return
) and separate these groups with blank lines.
This feature can be turned on in the Comments > Javadocs section by checking the Blank lines between tags of different type box.