mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8015720: since tag isn't copied while generating JavaFX documentation
Reviewed-by: jjg
This commit is contained in:
parent
a87b5d942d
commit
97f7bab3c7
4 changed files with 21 additions and 12 deletions
|
@ -54,6 +54,8 @@ public class TestJavaFX extends JavadocTester {
|
|||
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<span class=\"strong\">Default value:</span>"},
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<span class=\"strong\">Since:</span></dt>" + NL + "<dd>JavaFX 8.0</dd>" },
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<p>Sets the value of the property <code>Property</code>"},
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
|
@ -78,7 +80,7 @@ public class TestJavaFX extends JavadocTester {
|
|||
|
||||
|
||||
private static final String[] ARGS = new String[] {
|
||||
"-d", BUG_ID, "-sourcepath", SRC_DIR, "-private", "-javafx",
|
||||
"-d", BUG_ID, "-sourcepath", SRC_DIR, "-javafx",
|
||||
SRC_DIR + FS + "C.java", SRC_DIR + FS + "D.java"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue