mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8196202: Javadoc should not generate frames by default
Reviewed-by: ksrini
This commit is contained in:
parent
b721c804c5
commit
8589446792
41 changed files with 176 additions and 62 deletions
|
@ -190,9 +190,8 @@ class APITest {
|
|||
* Standard files generated by processing a documented class pkg.C.
|
||||
*/
|
||||
protected static Set<String> standardExpectFiles = new HashSet<>(Arrays.asList(
|
||||
"allclasses-frame.html",
|
||||
"allclasses.html",
|
||||
"allclasses-index.html",
|
||||
"allclasses-noframe.html",
|
||||
"allpackages-index.html",
|
||||
"constant-values.html",
|
||||
"deprecated-list.html",
|
||||
|
@ -233,7 +232,6 @@ class APITest {
|
|||
"package-search-index.js",
|
||||
"package-search-index.zip",
|
||||
"pkg/C.html",
|
||||
"pkg/package-frame.html",
|
||||
"pkg/package-summary.html",
|
||||
"pkg/package-tree.html",
|
||||
"resources/glass.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue