test/com/sun/javadoc/testDocRootLink/pkg2/C2.java

changeset 2212
4cb9de4dd420
parent 997
dbc4ced9d171
child 2227
998b10c43157
equal deleted inserted replaced
2211:fb8c59cf26c8 2212:4cb9de4dd420
22 */ 22 */
23 23
24 package pkg2; 24 package pkg2;
25 25
26 /** 26 /**
27 * Class 1. This is a test. 27 * Class 2. This is a test.
28 * Refer <a href="{@docRoot}/../technotes/guides/index.html">Here</a>. Lets see if this works 28 * Refer <a href="{@docRoot}/../technotes/guides/index.html">Here</a> should be
29 * or not. 29 * replaced with an absolute link.
30 * This <a href="{@docRoot}/pkg1/C1.html">Here</a> should not be replaced
31 * with an absolute link.
32 * Testing <a href="{@docRoot}/technotes/guides/index.html">Link 1</a> and
33 * <a href="{@docRoot}/pkg1/C1.html">Link 2</a>. Both should not be replaced with
34 * an absolute link.
30 */ 35 */
31 public class C2 {} 36 public class C2 {}

mercurial