You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (Jira)" <ji...@apache.org> on 2022/03/13 19:53:00 UTC

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

     [ https://issues.apache.org/jira/browse/NETBEANS-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Bläsing resolved NETBEANS-5838.
----------------------------------------
    Resolution: Not A Bug

The syntax is wrong, see github issue for more info.

> 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
>            Priority: Major
>
> 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.20.1#820001)

---------------------------------------------------------------------
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