diff options
Diffstat (limited to 'googlemock/docs/pump_manual.md')
-rw-r--r-- | googlemock/docs/pump_manual.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/googlemock/docs/pump_manual.md b/googlemock/docs/pump_manual.md index 60ff06c3..cdf7c57d 100644 --- a/googlemock/docs/pump_manual.md +++ b/googlemock/docs/pump_manual.md @@ -7,10 +7,10 @@ macros that vary only (or almost only) in the number of arguments they take. It's a lot of repetitive, mechanical, and error-prone work. Our experience is that it's tedious to write custom scripts, which tend to -reflect the structure of the generated code poorly and are often hard to -read and edit. For example, a small change needed in the generated code -may require some non-intuitive, non-trivial changes in the script. This is -especially painful when experimenting with the code. +reflect the structure of the generated code poorly and are often hard to read +and edit. For example, a small change needed in the generated code may require +some non-intuitive, non-trivial changes in the script. This is especially +painful when experimenting with the code. This script may be useful for generating meta code, for example a series of macros of FOO1, FOO2, etc. Nevertheless, please make it your last resort |