test/langtools/jdk/javadoc/doclet/testOptions/TestOptions.java
changeset 53391 a99bd2570660
parent 53097 2e82ca64b25d
child 53562 0d9dee001667
equal deleted inserted replaced
53390:46db9786cd67 53391:a99bd2570660
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug      4749567 8071982 8175200 8186332 8185371 8182765
    26  * @bug      4749567 8071982 8175200 8186332 8185371 8182765 8217034
    27  * @summary  Test the output for -header, -footer, -nooverview, -nodeprecatedlist, -nonavbar, -notree,
    27  * @summary  Test the output for -header, -footer, -nooverview, -nodeprecatedlist, -nonavbar, -notree,
    28  *           -stylesheetfile, --main-stylesheet, --add-stylesheet options.
    28  *           -stylesheetfile, --main-stylesheet, --add-stylesheet options.
    29  * @author   Bhavesh Patel
    29  * @author   Bhavesh Patel
    30  * @library  ../../lib
    30  * @library  ../../lib
    31  * @modules jdk.javadoc/jdk.javadoc.internal.tool
    31  * @modules jdk.javadoc/jdk.javadoc.internal.tool