Fix Parcel.writeFixedArray javadoc

Reference to createFixedArray shoudl be escaped. Otherwise resulting
html renders as <s>(strikethrough) tag.

Bug: 227007069
Test: m online-sdk-docs
  and see if ./reference/android/os/Parcel.html works ok
Change-Id: I7a3b447cbeddd8d66ca1733dc8d115c61ece2509
This commit is contained in:
Jooyung Han
2022-03-26 20:00:29 +09:00
parent 965da01e8c
commit 906819c815

View File

@@ -2163,7 +2163,7 @@ public final class Parcel {
* sized with the exact size of dimensions.
*
* @see #readFixedArray
* @see #createFixedArray
* @see #createFixedArray createFixedArray(Class&lt;T&gt;, Parcelable.Creator&lt;S&gt;, int...)
* @see #writeBooleanArray
* @see #writeByteArray
* @see #writeCharArray