Name: krC82822 Date: 09/30/2000
30 Sep 2000, eval1127@eng -- ">" tag definitely missing in the source code
(there's an extra "." instead, apparently due to SHIFT not having been pressed).
The method's doc looks OK except for the missing "." at the end, but the index entries below it
under "G" are messed up (esp'lly font-wise), as the user notes.
---------------
In the javadoc comments for
java.awt.font.ImageGraphicAttribute.getDescent(),
there is a malformed HTML tag. This causes the
javadoc documentation to be formatted incorrectly,
not only for this method but for all pages where
this method is mentioned (e.g. in the index view,
under "G", all methods subsequent to getDescent()
are formatted incorrectly).
The javadoc comment in the source code to
java.awt.font.ImageGraphicAttribute looks like this:
<DD>Returns the descent of this <code>ImageGraphicAttribute</code..
As you can see, the </code> tag is missing the '>' at the end -
it was mis-typed as a '.'. Subseqent comment text continues
to appear in <code> format because that tag was never closed off.
(Review ID: 110001)
======================================================================