OSDN Git Service

Fix javadoc HTML escaping.
authorAlan Stokes <alanstokes@google.com>
Thu, 28 Feb 2019 16:45:47 +0000 (16:45 +0000)
committerAlan Stokes <alanstokes@google.com>
Thu, 28 Feb 2019 17:42:50 +0000 (17:42 +0000)
commita9b5b2aab060886396ec865b36fefa13b3d0c364
treef56dd88b3ec5815dff45003e612c6436e3344c1d
parent222d1d04bfb1b4eda3962a917779ffc0efa987af
Fix javadoc HTML escaping.

HTLM special characters ('<', '>' and '&') don't need to be escaped
inside {@code}, even though they do elsewhere in javadoc. And in fact
they shouldn't be - because if they are escaped then the escaped
version shows up verbatim in the developer docs.

See for example:
https://developer.android.com/reference/android/graphics/drawable/GradientDrawable
https://developer.android.com/reference/android/support/v13/view/inputmethod/InputConnectionCompat

This change just removes the escaping to fix the public documentation.

Test: N/A (only comment lines changed)
Change-Id: I131b3b3e26547e30cff7b67514d177c48926bb26
graphics/java/android/graphics/drawable/GradientDrawable.java
telephony/java/android/provider/Telephony.java
telephony/java/android/telephony/TelephonyManager.java