diff options
| author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-05-07 20:38:25 +0000 |
|---|---|---|
| committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-05-07 20:38:25 +0000 |
| commit | 84b8e4c65d0847ab4262bb70619182292482529a (patch) | |
| tree | c17044f73f5a1cc1310222b7ae2495cdf51a6d01 /scripts/generator/README | |
| parent | ce60784fb51a5a0e28c14edd53bacbf0d2abb36b (diff) | |
| download | googletest-84b8e4c65d0847ab4262bb70619182292482529a.tar.gz googletest-84b8e4c65d0847ab4262bb70619182292482529a.tar.bz2 googletest-84b8e4c65d0847ab4262bb70619182292482529a.zip | |
Cleans up the mock generator script:
- updates the doc string.
- adds a version number.
- fixes the condition for error messages in _GenerateMocks().
Diffstat (limited to 'scripts/generator/README')
| -rw-r--r-- | scripts/generator/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/README b/scripts/generator/README index 2fc695a6..ddaa9d44 100644 --- a/scripts/generator/README +++ b/scripts/generator/README @@ -14,7 +14,7 @@ to generate a Google Mock class. Make sure to install the scripts somewhere in your path. Then you can run the program. - gmock_gen.py header-file.h [ClassName1] [ClassName2] ... + gmock_gen.py header-file.h [ClassName]... If no ClassNames are specified, all classes in the file are emitted. |
