You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "ebarboni (via GitHub)" <gi...@apache.org> on 2023/03/20 13:57:52 UTC

[GitHub] [netbeans] ebarboni commented on a diff in pull request #5672: apidoc error/warning fix (#4)

ebarboni commented on code in PR #5672:
URL: https://github.com/apache/netbeans/pull/5672#discussion_r1142163921


##########
ide/editor.lib2/src/org/netbeans/api/editor/EditorActionRegistrations.java:
##########
@@ -30,8 +30,8 @@
  * <br>
  * Example:
  * <pre>
- * @EditorActionRegistrations({ @EditorActionRegistration(name = "name1", ...),
- *                              @EditorActionRegistration(name = "name2", ...)
+ * &#64;EditorActionRegistrations({ &#64;EditorActionRegistration(name = "name1", ...),
+ *                              &#64;EditorActionRegistration(name = "name2", ...)
  *                            })

Review Comment:
   even with @code it still needs to be escaped or it does'nt know @EditorActionRegistration command :D



##########
nbbuild/javadoctools/template.xml:
##########
@@ -315,7 +315,7 @@ cause it to fail.
             <bottom>${javadoc.footer}</bottom>
             <!-- Avoid timestamp comments in _all_ html generated files, to reduce unnecessary git commits -->
             <arg value="-notimestamp" />
-            <arg value="-Xdoclint:html,reference,syntax" />
+            <arg value="-Xdoclint:all,-missing" />

Review Comment:
   split on 2 args as it more the way to do that



-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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