Where are documented the new javadoc tag
Martin Desruisseaux
martin.desruisseaux at geomatys.com
Tue Apr 17 13:18:46 UTC 2018
Hello
Looking at the com.sun.source.doctree javadoc [1], I see BlockTagTree
and InlineTagTree subtypes for tags that seem new to me:
* @hidden
* @provides service-type description
* @uses service-type description
* {@index keyword optional description}
* {@summary text}
However I didn't found documentation about those tags on Oracle web site
[2]. The latest reference I could find is for Java 8 [3]. Do I have
missed a link somewhere?
Regards,
Martin
[1] https://docs.oracle.com/javase/10/docs/api/com/sun/source/doctree/package-summary.html
[2] https://docs.oracle.com/javase/10/tools/javadoc.htm#JSWOR-GUID-9D532574-1CDB-4D30-99F3-A308DCAEE55F
[3] https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDBEFIF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/javadoc-dev/attachments/20180417/91616d71/attachment.html>
More information about the javadoc-dev
mailing list