singh-akhilesh commented on code in PR #3266:
URL: https://github.com/apache/netbeans/pull/3266#discussion_r847246611
##########
java/java.editor/src/org/netbeans/modules/java/editor/javadoc/TagRegistery.java:
##########
@@ -100,6 +100,7 @@ private TagRegistery() {
addTag("@uses", false, EnumSet.of(ElementKind.MODULE));
addTag("@code", true, ALL_KINDS);
+ addTag("@snippet", true, ALL_KINDS);
Review Comment:
Yes, something wrong. Class showing outdated. Not sure what's wrong with
this. Haven't pushed the wrong version. Will check more on this.
--
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