Commit Graph

5 Commits

Author SHA1 Message Date
Mark Lu
b1b5efd3be docs: fixed generics in data binding code samples
Generic types, such as List<String>, must be escaped when they are
used in XML. For example, List&lt;String>. This commit adds
escape characters to the XML samples in the data binding page.

Bug: 30691285
Change-Id: If55ed55d13fb11038e2495884c79698e67219108
2016-08-05 10:17:00 -07:00
Mark Lu
011c07bd80 docs: fix escaped characters in data binding doc
This commit fixes the following issues:
- replace curved “”  ‘’ quotes with straight quotes
- replace &quot; and &apos; with " and ' (no escape required)
- fix incorrectly escaped characters like &amp;lt;

Bug:30471915
Change-Id: I194d04ef7ac8269db3f99f8526da1283e26ef499
2016-07-28 11:15:11 -07:00
Mark Lu
c4a0139e26 docs: remove trailing white space from jd files
Change-Id: Id7fb958460bf2f28d88c6120df0395690f32783a
2016-07-18 10:42:11 -07:00
Yigit Boyar
05eaab6a1e Docs: Completed updates to the Data Binding docs
Bug: 28987432

Change-Id: I29d630618f9fff20e3c266f9b8ff59629fc607be
2016-06-16 13:42:47 -07:00
Andrew Solovay
f33272d531 docs: Renaming /go/ top-level directory to /topic/
Per discussion with JF and DD, the new holding pen for not-quite-
top-level topics will be a "/topic/" directory, not "/go/". (Currently
the only thing living there is the new "libraries" section.)

Updating redirects and TOCs accordingly. See first comment for
doc stage location.

bug: 28558659

Change-Id: I09201a8334cac70d76559a106a74d5a29fe82128
2016-05-03 16:48:31 -07:00