commit | 22ebb54e174b3f94cb003b80986703ac1227f425 | [log] [tgz] |
---|---|---|
author | Andrew Solovay <asolovay@google.com> | Tue May 23 12:08:23 2017 -0700 |
committer | Andrew Solovay <asolovay@google.com> | Tue May 23 12:24:12 2017 -0700 |
tree | add86574230a92ffea233dec3396dd098eb4ed77 | |
parent | 5b49464dc6cae55c240edf794d5b0da988774151 [diff] |
docs: Fixing malformatted HTML escape Through the file's javadoc comments, the less-than character is improperly coded as "<" 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