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

@ -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 =