According to the javadoc specification
(http://java.sun.com/j2se/javadoc/writingdoccomments/index.html#descriptions),
the first sentence (ending with ". ") of the comment is used
as summary sentence and appear in the Field Summary. The
whole comment should appear in Field Details.
It should look like http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html
The bug is actually about not generating Field Details.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=86901
According to the javadoc specification
(http://java.sun.com/j2se/javadoc/writingdoccomments/index.html#descriptions),
the first sentence (ending with ". ") of the comment is used
as summary sentence and appear in the Field Summary. The
whole comment should appear in Field Details.
It should look like
http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html
The bug is actually about not generating Field Details.