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

Wed, 27 Apr 2016 01:34:52 +0800

author
aoqi
date
Wed, 27 Apr 2016 01:34:52 +0800
changeset 0
959103a6100f
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Initial load
http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/
changeset: 2573:53ca196be1ae
tag: jdk8u25-b17

     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 not be replaced with an absolute link.
    10         @see <a href="{@docRoot}/pkg2/C2.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