mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8081854: Javadoc should generate named anchors for HTML4 output
Reviewed-by: ksrini
This commit is contained in:
parent
63b337e82e
commit
9075df539a
15 changed files with 155 additions and 149 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8025633
|
||||
* @bug 8025633 8081854
|
||||
* @summary Make sure that annotations types with optional elements have
|
||||
* element headers
|
||||
* @author Mahmood Ali
|
||||
|
@ -48,6 +48,6 @@ public class TestAnnotationOptional extends JavadocTester {
|
|||
checkExit(Exit.OK);
|
||||
|
||||
checkOutput("pkg/AnnotationOptional.html", true,
|
||||
"<a id=\"annotation.type.element.detail\">");
|
||||
"<a name=\"annotation.type.element.detail\">");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue