Re: [PR] Make javadoc build less verbose [xerces-j]
SingingBush (via GitHub) <[email protected]> Wed, 19 Nov 2025 14:25:41 -0000
| Newsgroups | gmane.text.xml.xerces-j.devel |
|---|---|
| Message-ID | <PR_kwDOLzdO6M60XSba-fb114041-698f-4b06-a468-c5c094d4aec3@gitbox.apache.org> |
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]