Index: tools/gn/value.h |
diff --git a/tools/gn/value.h b/tools/gn/value.h |
index e6a98132972d2619a0c9e39e0192d1511566b788..87a294112ca753e7521916544877931f8877f3a6 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 |