Kumar Srinivasan cf406debb4 8035473: [javadoc] Revamp the existing Doclet APIs
8146529: Update the new Doclet API
8146427: "-nohelp" option issue
8146475: "-helpfile" option issue

Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
2015-11-28 18:52:17 -08:00

19 lines
591 B
HTML

<html>
<head>
<title>javax.management package</title>
</head>
<body bgcolor="white">
This is a test.
<p id="spec">
@see <a href="{@docRoot}/../technotes/guides/index.html">
Test document 1</a> should be replaced with an absolute link.
@see <a href="{@docRoot}/pkg1/C1.html">
Another Test document 1</a> which should not be replaced with an absolute link.
<a href="{@docRoot}/technotes/guides/index.html">
Another Test document 2.</a> which should not be replaced with an absolute link.
@since 1.5
</body>
</html>