test/com/sun/javadoc/_template/TemplateComplete.java

changeset 1721
abd153854f16
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
1717:8e27e84de2e9 1721:abd153854f16
1 /* 1 /*
2 * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2002, 2013, 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.
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * test 25 * @ test
26 * @bug 0000000 26 * @ bug <BUG-ID>
27 * @summary <DESC> 27 * @ summary <BUG-SYNOPSIS>
28 * @author jamieh 28 * @ author <AUTHOR> or delete
29 * @library ../lib/ 29 * @ library ../lib/
30 * @ignore This is a template for regression tests. 30 * @ build JavadocTester <CLASS NAME>
31 * @build JavadocTester 31 * @ run main <CLASS NAME>
32 * @build <CLASS NAME>
33 * @run main <CLASS NAME>
34 */ 32 */
35 33
36 public class TemplateComplete extends JavadocTester { 34 public class TemplateComplete extends JavadocTester {
37 35
38 //Test information. 36 //Test information.

mercurial