Please Review javadoc fixes 8026982 (updated)
Mandy Chung
mandy.chung at oracle.com
Tue Oct 22 21:01:43 UTC 2013
The <p><pre><code>.....</code></pre><p>
is updated to <pre>{@code ...}</pre> that should simply be:
{@code ...}
I notice that there are few ending <p> not removed in this
updated patch. One example:
- * <p><pre><code>
- * (byte)(0xff & (v >> 8))
- * (byte)(0xff & v)
- * </code></pre><p>
+ * <pre>{@code
+ * (byte)(0xff & (v >> 8))
+ * (byte)(0xff & v)
+ * }</pre><p>
Mandy
>
> On 10/22/2013 04:31 PM, roger riggs wrote:
>> Thanks for the comments, updated with Webrev with the suggestions.
>>
>> http://cr.openjdk.java.net/~rriggs/webrev-javadoc-8026982/
>>
>> Roger
>>
>> On 10/22/2013 2:53 PM, roger riggs wrote:
>>> Please review more javadoc cleanup to satisfy javadoc -Xlint.
>>> The changes remove <p> markup where it is invalid or unnecessary
>>> in packages java. io, lang, net, nio, rmi, security, text, and util.
>>> (this is a relatively low priority cleanup).
>>>
>>> Webrev:
>>>
>>> http://cr.openjdk.java.net/~rriggs/webrev-javadoc-8026982/
>>>
>>> Thanks, Roger
>>>
>>>
>>>
>>
>
More information about the core-libs-dev
mailing list