You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "dennis lucero (Jira)" <ji...@apache.org> on 2021/07/05 13:13:00 UTC

[jira] [Created] (NETBEANS-5838) Support for {@return …} Javadoc tag (JDK-8075778)

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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists