test/com/sun/javadoc/testConstructors/pkg1/Outer.java

changeset 3913
242d0ecf82e4
parent 0
959103a6100f
equal deleted inserted replaced
3911:0db1cfa4dbc4 3913:242d0ecf82e4
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2014, 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 package pkg1; 24 package pkg1;
25 25
26 /**
27 * Test link tag.
28 * Link: {@link pkg1.Outer.Inner#Inner()}, {@link pkg1.Outer#Outer(int)}, {@link pkg1.Outer.Inner.NestedInner#NestedInner(int)}
29 *
30 * @see Outer.Inner#Inner()
31 * @see Outer.Inner#Inner(int)
32 * @see Outer.Inner.NestedInner#NestedInner()
33 * @see Outer.Inner.NestedInner#NestedInner(int)
34 * @see Outer#Outer()
35 * @see Outer#Outer(int)
36 */
26 public class Outer { 37 public class Outer {
27 38
28 /** 39 /**
29 * An outer constructor. 40 * An outer constructor.
30 */ 41 */

mercurial