From 03284cd5d0974b098aa2ee84e400ab074a0a20c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Kubitz?= <51790620+jukzi@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:37:58 +0100 Subject: [PATCH] fix javadoc @return (#76) --- news/4.14/jdt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Java Formatter

Blank lines between Javadoc tags - The code formatter can now divide Javadoc tags into groups (by type, for example @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.