[
https://issues.apache.org/jira/browse/NETBEANS-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakub Herkel reassigned NETBEANS-1309:
--------------------------------------
Assignee: Jakub Herkel
> 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, summary, tag
>
> 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: [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