test/com/sun/javadoc/testDocRootLink/pkg2/package.html

Tue, 03 Dec 2013 14:21:45 -0800

author
bpatel
date
Tue, 03 Dec 2013 14:21:45 -0800
changeset 2212
4cb9de4dd420
parent 997
dbc4ced9d171
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8025416: doclet not substituting {@docRoot} in some cases
Reviewed-by: jjg

     1 <html>
     2 <head>
     3 <title>javax.management package</title>
     4 </head>
     5 <body bgcolor="white">
     6     This is a test.
     7     <p id="spec">
     8         @see <a href="{@docRoot}/../technotes/guides/index.html">
     9             Test document 1</a> should be replaced with an absolute link.
    10         @see <a href="{@docRoot}/pkg1/C1.html">
    11             Another Test document 1</a> which should not be replaced with an absolute link.
    12         <a href="{@docRoot}/technotes/guides/index.html">
    13             Another Test document 2.</a> which should not be replaced with an absolute link.
    15         @since 1.5
    17 </body>
    18 </html>

mercurial