dennis lucero created NETBEANS-5838: ---------------------------------------
Summary: Support for {@return …} Javadoc tag (JDK-8075778) Key: NETBEANS-5838 URL: https://issues.apache.org/jira/browse/NETBEANS-5838 Project: NetBeans Issue Type: New Feature Components: java - Javadoc Affects Versions: 12.4 Environment: Java 16 Reporter: dennis lucero Currently {code:java} /** * {@return something} */{code} does not show up in the Javadoc window. According to [JDK-8075778|https://bugs.openjdk.java.net/browse/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 {code:java} /** * * { * * @return something} */{code} 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. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists