test/com/sun/javadoc/testRelativeLinks/pkg/C.java

changeset 2415
7ceaee0e497b
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
2414:17ce329d7bd0 2415:7ceaee0e497b
1 /* 1 /*
2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 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.
28 * <a href="relative-class-link.html">relative class link</a>. 28 * <a href="relative-class-link.html">relative class link</a>.
29 */ 29 */
30 public class C { 30 public class C {
31 31
32 /** 32 /**
33 * Here is a relative link in a field: 33 * Here is a relative link in a field:\u0130
34 * <a href="relative-field-link.html">relative field link</a>. 34 * <a href="relative-field-link.html">relative field link</a>.
35 */ 35 */
36 public C field = null; 36 public C field = null;
37 37
38 /** 38 /**

mercurial