mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8025633: Fix javadoc to generate valid anchor names
Reviewed-by: jjg
This commit is contained in:
parent
3e4c0741c4
commit
a7125b5d2e
49 changed files with 1046 additions and 249 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
/*
|
||||
* @test
|
||||
* @bug 7112427 8012295
|
||||
* @bug 7112427 8012295 8025633
|
||||
* @summary Test of the JavaFX doclet features.
|
||||
* @author jvalenta
|
||||
* @library ../lib/
|
||||
|
@ -38,8 +38,8 @@ public class TestJavaFX extends JavadocTester {
|
|||
private static final String[][] TEST =
|
||||
new String[][] {
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<dt><span class=\"strong\">See Also:</span></dt>" + NL + "<dd><a href=\"C.html#getRate()\"><code>getRate()</code></a>, " + NL +
|
||||
"<a href=\"C.html#setRate(double)\"><code>setRate(double)</code></a></dd>"},
|
||||
"<dt><span class=\"strong\">See Also:</span></dt>" + NL + "<dd><a href=\"C.html#getRate--\"><code>getRate()</code></a>, " + NL +
|
||||
"<a href=\"C.html#setRate-double-\"><code>setRate(double)</code></a></dd>"},
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<pre>public final void setRate(double value)</pre>" + NL +
|
||||
"<div class=\"block\">Sets the value of the property rate.</div>" + NL +
|
||||
|
@ -63,7 +63,7 @@ public class TestJavaFX extends JavadocTester {
|
|||
{"./" + BUG_ID + "/C.html",
|
||||
"<span class=\"strong\">Property description:</span>"},
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<td class=\"colLast\"><code><span class=\"strong\"><a href=\"C.html#setTestMethodProperty()\">setTestMethodProperty</a></span>()</code> </td>" },
|
||||
"<td class=\"colLast\"><code><span class=\"strong\"><a href=\"C.html#setTestMethodProperty--\">setTestMethodProperty</a></span>()</code> </td>" },
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<h4>isPaused</h4>" + NL +
|
||||
"<pre>public final double isPaused()</pre>" + NL +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue