langtools/test/com/sun/javadoc/testDocRootLink/pkg1/C1.java
changeset 22005 4270ada5dcd1
parent 9608 385a828ba236
child 22448 a85fbad9d687
equal deleted inserted replaced
22004:203318f0799d 22005:4270ada5dcd1
    23 
    23 
    24 package pkg1;
    24 package pkg1;
    25 
    25 
    26 /**
    26 /**
    27  * Class 1. This is a test.
    27  * Class 1. 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>. This link should
    29  * or not.
    29  * not be replaced with an absolute link.
       
    30  * This <a href="{@docRoot}/pkg2/C2.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}/pkg2/C2.html">Link 2</a>. 2 back-to-back links using
       
    34  * docroot. These should not be replaced with an absolute link.
    30  */
    35  */
    31 public class C1 {}
    36 public class C1 {}