ddekany commented on PR #79:
URL: https://github.com/apache/freemarker/pull/79#issuecomment-1863298440
> Also, I don't think I fully understood what you meant by "default Java 16
HTML lint rules" for Javadoc, because I have not seen anything special in the
_build.xml_. So, please do check, if the current Javadoc settings are fine or
not.
As the Java version used for javadoc was increased to 16, the javadoc HTML
lint rules become stricter, and there fore the javadocs were corrected. In the
3.0 branch Gradle `buildSrc` all the lints were accidentally disabled, so there
I changed it to `addStringOption("Xdoclint:all,-missing", "-quiet")`.
--
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]