mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
6851834: Javadoc doclet needs a structured approach to generate the output HTML
Reviewed-by: jjg
This commit is contained in:
parent
6edf2ff9a3
commit
275e77646d
148 changed files with 12175 additions and 7441 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue