Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
12.4
-
None
-
Java 16
-
JDK-8075778
Description
Currently
/**
* {@return something}
*/
does not show up in the Javadoc window. According to JDK-8075778 the text in the tag should be displayed in the description (prefixed with "Returns " and in the "returns" section.
Also autoformatting the source code currently transforms the tag into
/**
*
* {
*
* @return something}
*/
which is not recognized by the Javadoc generator anymore. The generated output contains "{" as the description and the given text including "}" (but without the "{") in the "returns" section.
Attachments
Issue Links
- links to