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

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/com/sun/javadoc/testDocRootLink/pkg2/package.html	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,18 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<title>javax.management package</title>
     1.7 +</head>
     1.8 +<body bgcolor="white">
     1.9 +    This is a test.
    1.10 +    <p id="spec">
    1.11 +        @see <a href="{@docRoot}/../technotes/guides/index.html">
    1.12 +            Test document 1</a> should be replaced with an absolute link.
    1.13 +        @see <a href="{@docRoot}/pkg1/C1.html">
    1.14 +            Another Test document 1</a> which should not be replaced with an absolute link.
    1.15 +        <a href="{@docRoot}/technotes/guides/index.html">
    1.16 +            Another Test document 2.</a> which should not be replaced with an absolute link.
    1.17 +
    1.18 +        @since 1.5
    1.19 +
    1.20 +</body>
    1.21 +</html>

mercurial