ExE-Boss opened a new issue #3774:
URL: https://github.com/apache/netbeans/issues/3774


   ### Description
   
   From [NETBEANS‑5838]:
   
   > Currently
   > ```java
   > /**
   >  * {@return something}
   >  */
   > ```
   > does not show up in the Javadoc window. According to 
[JDK-8075778][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
   > ```java
   > /**
   >  * {
   >  * 
   >  * @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.
   
   [NETBEANS‑5838]: https://issues.apache.org/jira/browse/NETBEANS-5838
   [JDK‑8075778]: https://bugs.openjdk.java.net/browse/JDK-8075778
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   - [NETBEANS‑5838]
   - [JDK‑8075778]
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow the Apache Software Foundation's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct.html)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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