diff options
Diffstat (limited to 'tools/gn/value.h')
-rw-r--r-- | tools/gn/value.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gn/value.h b/tools/gn/value.h index e6a9813..87a2941 100644 --- a/tools/gn/value.h +++ b/tools/gn/value.h @@ -106,7 +106,8 @@ class Value { void SetScopeValue(scoped_ptr<Scope> scope); // Converts the given value to a string. Returns true if strings should be - // quoted or the ToString of a string should be the string itself. + // quoted or the ToString of a string should be the string itself. If the + // string is quoted, it will also enable escaping. std::string ToString(bool quote_strings) const; // Verifies that the value is of the given type. If it isn't, returns |