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
|
@ -46,9 +46,9 @@ public class TestOverridenMethodDocCopy extends JavadocTester {
|
|||
//Input for string search tests.
|
||||
private static final String[][] TEST = {
|
||||
{BUG_ID + FS + "pkg1" + FS + "SubClass.html",
|
||||
"<STRONG>Description copied from class: <CODE>" +
|
||||
"<A HREF=\"../pkg1/BaseClass.html#overridenMethodWithDocsToCopy()\">" +
|
||||
"BaseClass</A></CODE></STRONG>"
|
||||
"<strong>Description copied from class: <code>" +
|
||||
"<a href=\"../pkg1/BaseClass.html#overridenMethodWithDocsToCopy()\">" +
|
||||
"BaseClass</a></code></strong>"
|
||||
}
|
||||
};
|
||||
private static final String[][] NEGATED_TEST = NO_TEST;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue