-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
generic
-
other
I generate a javadoc of the alpha code using javadoc and the -source 1.5
option.
The documentation of java.lang.String is incorrect, multiple methods are
written on the same row. This due to incrrectly formated HTML.
I guess that something is wrong in the doclet. I included the String
class documentation as an attachment to this e-mail.
I used this command to generate the documentation:
javadoc -J-Xmx800m -d d:\javadoc -source 1.5 -package -use -version
-breakiterator -quiet -subpackages java:javax:org:com
option.
The documentation of java.lang.String is incorrect, multiple methods are
written on the same row. This due to incrrectly formated HTML.
I guess that something is wrong in the doclet. I included the String
class documentation as an attachment to this e-mail.
I used this command to generate the documentation:
javadoc -J-Xmx800m -d d:\javadoc -source 1.5 -package -use -version
-breakiterator -quiet -subpackages java:javax:org:com
- duplicates
-
JDK-4651641 -breakiterator stops at a period in relative paths "../"
-
- Closed
-