File: package.html

package info (click to toggle)
libnb-javaparser-java 9%2B2018-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 65,172 kB
  • sloc: java: 440,096; xml: 6,359; sh: 865; makefile: 314
file content (18 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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 not be replaced with an absolute link.
        @see <a href="{@docRoot}/pkg2/C2.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>