Github user markt-asf commented on the issue:
https://github.com/apache/tomcat/pull/137
> Anyway, those package.html files are just fragments consumed by javadoc
tool. I suspect that changing the attributes of the HTML element does not have
any effect on generated Javadoc documentation, but it needs testing.
I took a quick look. You are correct. The package.html files become
package-summary.html files and they all use HTML 4.0.1 and have lang="en"
On that basis package.html changes are unnecessary and should also be
removed from this PR.
I also looked at the other HTML files and they don't seem to serve any
purpose. I'll look into them some more but I'll probably end up removing them.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]