test/com/sun/javadoc/testTagInheritence/TestTagInheritence.java

changeset 1490
fc4cb1577ad6
parent 798
4868a36f6fd8
child 2525
2eb010b6cb22
equal deleted inserted replaced
1486:7d2f628f04f1 1490:fc4cb1577ad6
1 /* 1 /*
2 * Copyright (c) 2002, 2010, 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.
34 34
35 public class TestTagInheritence extends JavadocTester { 35 public class TestTagInheritence extends JavadocTester {
36 36
37 private static final String BUG_ID = "4496223-4496270-4618686-4720974-4812240-6253614-6253604"; 37 private static final String BUG_ID = "4496223-4496270-4618686-4720974-4812240-6253614-6253604";
38 private static final String[] ARGS = new String[] { 38 private static final String[] ARGS = new String[] {
39 "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg", "firstSentence", "firstSentence2" 39 "-Xdoclint:none", "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg", "firstSentence", "firstSentence2"
40 }; 40 };
41 41
42 /** 42 /**
43 * The entry point of the test. 43 * The entry point of the test.
44 * @param args the array of command line arguments. 44 * @param args the array of command line arguments.

mercurial