-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta2
-
generic
-
generic
-
Verified
Extraneous </P> tags are being generated for the JavaDoc comments for static class fields; e.g. for the field detail of Float.POSITIVE_INFINITY
<A NAME="POSITIVE_INFINITY"><!-- --></A><H3>
POSITIVE_INFINITY</H3>
<PRE>
public static final float <B>POSITIVE_INFINITY</B></PRE>
<DL>
<DD>A constant holding the positive infinity of type
<code>float</code>. It is equal to the value returned by
<code>Float.intBitsToFloat(0x7f800000)</code>.
==> </P>
</DL>
<HR>
This is incorrect HTML (although it is rendered acceptably on Netscape).
<A NAME="POSITIVE_INFINITY"><!-- --></A><H3>
POSITIVE_INFINITY</H3>
<PRE>
public static final float <B>POSITIVE_INFINITY</B></PRE>
<DL>
<DD>A constant holding the positive infinity of type
<code>float</code>. It is equal to the value returned by
<code>Float.intBitsToFloat(0x7f800000)</code>.
==> </P>
</DL>
<HR>
This is incorrect HTML (although it is rendered acceptably on Netscape).