Bug? Doclet comments containing the less than entity are not displayed

Spavlyuk

Active Member
Licensed User
Comments in doclet xml files which contain the less than entity (<) result in an invalid description. Example from the BigNumbers library with the following comment. Removing the entity fixes the issue.

XML:
<comment>Returns the length of the value's two's complement representation without leading zeros for
positive numbers / without leading ones for negative values.
The two's complement representation of this will be at least bitLength() + 1 bits long.
The value will fit into an int if bitLength() &lt; 32 or into a long if bitLength() &lt; 64.</comment>

screenshot 725.png
 
Top