Merge "Document escaping"

am: 89574e0c40

Change-Id: I5a86b42805964fe95e919a35e33ec7c8f9468d16
This commit is contained in:
Colin Cross 2019-05-28 18:34:27 -07:00 committed by android-build-merger
commit 2d119ed870
2 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,8 @@ types are:
Maps may values of any type, including nested maps. Lists and maps may have
trailing commas after the last value.
Strings can contain double quotes using `\"`, for example `"cat \"a b\""`.
### Operators
Strings, lists of strings, and maps can be appended using the `+` operator.

View File

@ -211,6 +211,7 @@ type JavadocProperties struct {
// Available variables for substitution:
//
// $(location <label>): the path to the arg_files with name <label>
// $$: a literal $
Args *string
// names of the output files used in args that will be generated