Review request for JDK-8032526: fix the accessibility, html, syntax errors and warnings reported by doclint report in langtools
Jonathan Gibbons
jonathan.gibbons at oracle.com
Wed Jan 22 17:54:18 PST 2014
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, christine.lu at oracle.com 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/javadoc-dev/attachments/20140122/79de577e/attachment.html
More information about the javadoc-dev
mailing list