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", ...)
+ * @EditorActionRegistrations({ @EditorActionRegistration(name =
"name1", ...),
+ * @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: [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