HelpTest.java revision 2933:49d207bf704d
1281642Sglebius/*
2130365Smlaier * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
3130365Smlaier * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4130365Smlaier *
5130365Smlaier * This code is free software; you can redistribute it and/or modify it
6130365Smlaier * under the terms of the GNU General Public License version 2 only, as
7130365Smlaier * published by the Free Software Foundation.
8130365Smlaier *
9130365Smlaier * This code is distributed in the hope that it will be useful, but WITHOUT
10130365Smlaier * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11130365Smlaier * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12130365Smlaier * version 2 for more details (a copy is included in the LICENSE file that
13130365Smlaier * accompanied this code).
14130365Smlaier *
15130365Smlaier * You should have received a copy of the GNU General Public License version
16130365Smlaier * 2 along with this work; if not, write to the Free Software Foundation,
17130365Smlaier * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18130365Smlaier *
19130365Smlaier * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20130365Smlaier * or visit www.oracle.com if you need additional information or have any
21130365Smlaier * questions.
22130365Smlaier */
23130365Smlaier
24130365Smlaier/*
25281642Sglebius * @test
26281642Sglebius * @bug 8006263
27281642Sglebius * @summary Supplementary test cases needed for doclint
28130365Smlaier * @library ..
29130365Smlaier * @modules jdk.compiler/com.sun.tools.doclint
30130365Smlaier * @build DocLintTester
31130365Smlaier * @run main DocLintTester -ref HelpTest.out
32130365Smlaier * @run main DocLintTester -ref HelpTest.out -h
33130365Smlaier * @run main DocLintTester -ref HelpTest.out -help
34130365Smlaier * @run main DocLintTester -ref HelpTest.out --help
35130365Smlaier * @run main DocLintTester -ref HelpTest.out -usage
36130365Smlaier * @run main DocLintTester -ref HelpTest.out -?
37130365Smlaier */
38130365Smlaier
39130365Smlaier
40130365Smlaier