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

changeset 2212
4cb9de4dd420
parent 997
dbc4ced9d171
child 2227
998b10c43157
     1.1 --- a/test/com/sun/javadoc/testDocRootLink/pkg2/C2.java	Tue Dec 03 18:13:18 2013 +0000
     1.2 +++ b/test/com/sun/javadoc/testDocRootLink/pkg2/C2.java	Tue Dec 03 14:21:45 2013 -0800
     1.3 @@ -24,8 +24,13 @@
     1.4  package pkg2;
     1.5  
     1.6  /**
     1.7 - * Class 1. This is a test.
     1.8 - * Refer <a href="{@docRoot}/../technotes/guides/index.html">Here</a>. Lets see if this works
     1.9 - * or not.
    1.10 + * Class 2. This is a test.
    1.11 + * Refer <a href="{@docRoot}/../technotes/guides/index.html">Here</a> should be
    1.12 + * replaced with an absolute link.
    1.13 + * This <a href="{@docRoot}/pkg1/C1.html">Here</a> should not be replaced
    1.14 + * with an absolute link.
    1.15 + * Testing <a href="{@docRoot}/technotes/guides/index.html">Link 1</a> and
    1.16 + * <a href="{@docRoot}/pkg1/C1.html">Link 2</a>. Both should not be replaced with
    1.17 + * an absolute link.
    1.18   */
    1.19  public class C2 {}

mercurial