JDiff - HTML report of API differences News
Brought to you by:
mdoar
Darren Carlton <darren@bea.com> pointed out that Javadoc
package.html files may, in fact, be full HTML documents. To
avoid the <!doctype> elements etc appearing in the first
sentence of the package -level documentation, I changed
RootDocToXml.java to only use the text between the <body>
elements in a package.html file. This fix does not appear in
JDiff1.0.8. This fix only solves the issue for package.html
HTML, not the general issue of HTML comments.
~Matt
doar@pobox.com