dennis lucero created NETBEANS-1309:
---------------------------------------

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


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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to