langtools/test/jdk/javadoc/tool/enum/docComments/Main.java
changeset 40310 a979695d72a1
parent 35426 374342e56a56
equal deleted inserted replaced
40309:4c9d829b21ea 40310:a979695d72a1
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2016, 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.
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4421066
    26  * @bug 4421066
    27  * @summary Verify the comments in an enum type.
    27  * @summary Verify the comments in an enum type.
    28  * @ignore API modifications
    28  * @ignore 8152313 convert to doclet test framework
    29  * @library ../../lib
    29  * @library ../../lib
    30  * @modules jdk.javadoc
    30  * @modules jdk.javadoc
    31  * @compile  ../../lib/Tester.java Main.java
    31  * @compile  ../../lib/Tester.java Main.java
    32  * @run main Main
    32  * @run main Main
    33  */
    33  */