6851834: Javadoc doclet needs a structured approach to generate the output HTML

Reviewed-by: jjg
This commit is contained in:
Bhavesh Patel 2010-12-01 11:02:38 -08:00
parent 6edf2ff9a3
commit 275e77646d
148 changed files with 12175 additions and 7441 deletions

View file

@ -91,8 +91,7 @@ public class TestHelpOption extends JavadocTester {
private static final String[][] TEST2 = {
{BUG_ID + FS + "TestHelpOption.html",
"<A HREF=\"help-doc.html\"><FONT CLASS=\"NavBarFont1\">" +
"<STRONG>Help</STRONG></FONT></A>"
"<li><a href=\"help-doc.html\">Help</a></li>"
},
};
private static final String[][] NEGATED_TEST2 = NO_TEST;