langtools/test/jdk/javadoc/doclet/testLinkTaglet/pkg/C.java
changeset 36705 890c250d8da8
parent 35426 374342e56a56
equal deleted inserted replaced
36503:4a95f4b1bd8b 36705:890c250d8da8
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 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.
    28  * Unqualified Link1: {@link C.InnerC}.<br/>
    28  * Unqualified Link1: {@link C.InnerC}.<br/>
    29  * Unqualified Link2: {@link InnerC}.<br/>
    29  * Unqualified Link2: {@link InnerC}.<br/>
    30  * Qualified Link: {@link #method(pkg.C.InnerC, pkg.C.InnerC2)}.<br/>
    30  * Qualified Link: {@link #method(pkg.C.InnerC, pkg.C.InnerC2)}.<br/>
    31  * Unqualified Link: {@link #method(C.InnerC, C.InnerC2)}.<br/>
    31  * Unqualified Link: {@link #method(C.InnerC, C.InnerC2)}.<br/>
    32  * Unqualified Link: {@link #method(InnerC, InnerC2)}.<br/>
    32  * Unqualified Link: {@link #method(InnerC, InnerC2)}.<br/>
       
    33  * Package Link: {@link pkg}.<br/>
       
    34  *
       
    35  *
    33  */
    36  */
    34 public class C {
    37 public class C {
    35 
    38 
    36     public InnerC MEMBER = new InnerC();
    39     public InnerC MEMBER = new InnerC();
    37     /**
    40     /**