You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/17 19:18:00 UTC

[jira] [Updated] (NETBEANS-1309) Javadoc window does not display @summary tag

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

ASF GitHub Bot updated NETBEANS-1309:
-------------------------------------
    Labels: javadoc pull-request-available summary tag  (was: javadoc summary tag)

> Javadoc window does not display @summary tag
> --------------------------------------------
>
>                 Key: NETBEANS-1309
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1309
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Javadoc
>    Affects Versions: 10.0
>         Environment: Netbeans build incubator-netbeans-linux-834-on-20180927
>            Reporter: dennis lucero
>            Assignee: Jakub Herkel
>            Priority: Major
>              Labels: javadoc, pull-request-available, summary, tag
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The {{@summary}} tag can be used to indicate, well, the javadoc summary. This is an easy way to prevent the summary to be cut at the first dot (which can be prevented by using a numeric HTML entity, but that’s an ugly workaround).
> Example:
> {code:java}
> /**
>  * {@summary Foo, e. g. bar.} Quux.
>  */
> public void test() {
> }
> {code}
> But in this case NetBeans displays only
> {quote}Quux.
> {quote}
> See [JDK-8173425|https://bugs.java.com/view_bug.do?bug_id=JDK-8173425]



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