-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.2, 1.3.0
-
generic, x86
-
generic, windows_nt
Name: mc57594 Date: 12/05/99
java version 1.2.2 (native threads)
Using javadoc -link http://other.site/other.file with {@link } tags does not
work correctly. The @link reports an error that it cannot find an object when it
should be available from the -link site.
Using an @see tag works correctly, but the {@link } tag fails to lookup the
value from the -link site:
javadoc -link file:///c:/java/12/docs
/**
* Some documentation using {@link java.io.OutputStream}.
* @see LocalClassName
* @see java.io.OutputStream
*/
> error: cannot find file java.io.OutputStream
<HTML>
Some documentation using java.io.OutputStream
<B>See also:</B>
<A href="LocalClassName.html">LocalClassName</A>, <A
href="file://c:/java/12/docs/java/io/OutputStream.html">java.io.OutputStream</A>
</HTML>
(Review ID: 98550)
======================================================================
- duplicates
-
JDK-4330419 With -link, @see/@link don't create links to imported classes
-
- Closed
-