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
|
@ -37,8 +37,8 @@ public class TestLinkToSerialForm extends JavadocTester {
|
|||
|
||||
private static final String BUG_ID = "4521661";
|
||||
private static final String[][] TEST = {
|
||||
{BUG_ID + FS + "serialized-form.html", "<A NAME=\"pkg.C\">"},
|
||||
{BUG_ID + FS + "pkg" + FS + "C.html", "<A HREF=\"../serialized-form.html#pkg.C\">"}
|
||||
{BUG_ID + FS + "serialized-form.html", "<a name=\"pkg.C\">"},
|
||||
{BUG_ID + FS + "pkg" + FS + "C.html", "<a href=\"../serialized-form.html#pkg.C\">"}
|
||||
};
|
||||
private static final String[][] NEGATED_TEST = NO_TEST;
|
||||
private static final String[] ARGS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue