[ 
https://issues.apache.org/jira/browse/NETBEANS-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17877281#comment-17877281
 ] 

Michael Bien commented on NETBEANS-5838:
----------------------------------------

(the formatting part is fixed, the javadoc part is tracked via 
https://github.com/apache/netbeans/issues/3774)

> 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
>             Fix For: 24
>
>
> 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.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to