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

@ -47,11 +47,11 @@ public class TestSerializedForm extends JavadocTester implements Serializable {
private static final String[][] TEST = {
{BUG_ID + FS + "serialized-form.html",
"protected java.lang.Object <STRONG>readResolve</STRONG>()"},
"protected&nbsp;java.lang.Object&nbsp;readResolve()"},
{BUG_ID + FS + "serialized-form.html",
"protected java.lang.Object <STRONG>writeReplace</STRONG>()"},
"protected&nbsp;java.lang.Object&nbsp;writeReplace()"},
{BUG_ID + FS + "serialized-form.html",
"protected java.lang.Object <STRONG>readObjectNoData</STRONG>()"},
"protected&nbsp;java.lang.Object&nbsp;readObjectNoData()"},
{BUG_ID + FS + "serialized-form.html",
"See Also"},
};