SingingBush commented on code in PR #59:
URL: https://github.com/apache/xerces-j/pull/59#discussion_r2542241843
##########
build.xml:
##########
@@ -574,7 +574,7 @@ Authors:
author='true' version='true'
windowtitle='Other Classes' doctitle='Other Classes'
bottom='${copyright}'
- additionalparam='${additional.param}'
+ additionalparam='-quiet ${additional.param}'
/>
Review Comment:
for the Javadoc section it maybe better to fine tune categories to lint on.
eg specifying something along the lines of `<arg
value="-Xdoclint:all,-accessibility,-missing"/>` between the open and closing
_javadoc_ tag. Of course, for the non-apache code `<arg
value="-Xdoclint:none"/>` is fine but anything in the xerces sources should
really be checked.
Also, while this may be handy in the short term, is it just hiding problems
that should be addressed?
--
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]