Christine,
Have you tried doing a docs build and looking at the output. These lines
stand out as being probably wrong:
91 <pre>{@code
92 import com.sun.javadoc.*;
93
94 public class ListParams extends<font style="color:red;">Doclet</font> {
Having HTML inside a "{@code" section means that the HTML will be
rendered literally, instead of interpreted as HTML tags.
-- Jon
On 01/22/2014 05:38 PM, [email protected] wrote:
Hi,
(If this is the wrong alias for this review, sorry for the email.
Please let me know which alias I should send to.)
Please review a fix for
JDK-8032526
fix the accessibility, html, syntax errors and warnings reported by
doclint report in langtools
webrev: http://cr.openjdk.java.net/~cl/8032526/webrev.00/
Thanks
Christine