Skip to content
Commit 22ebb54e authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Fixing malformatted HTML escape

Through the file's javadoc comments, the less-than character is
improperly coded as "&lt" instead of "<" (it's missing the
terminating semicolon). Chrome is clever enough to render that as <
, but I don't know if other browsers do, and in any event we
shouldn't count on that behavior.

Doc is staged to:

http://go/dac-stage/reference/android/graphics/drawable/RippleDrawable.html

Test: make ds-docs
Bug: 62028102
Change-Id: I81813fcb758349300f56ce10ccb0d03046ab4736
parent 5b49464d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment