diff options
author | Gennadiy Civil <misterg@google.com> | 2019-07-18 11:34:17 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-07-18 11:34:17 -0400 |
commit | 34ddfff9469cba9944ba0159beca02fb42321465 (patch) | |
tree | 1be578b1fb65fab523efa9216ed9803dfb3027b4 /googlemock/docs/cheat_sheet.md | |
parent | 2ef13f524b837a68bae27ae1123da0400dff6285 (diff) | |
download | googletest-34ddfff9469cba9944ba0159beca02fb42321465.tar.gz googletest-34ddfff9469cba9944ba0159beca02fb42321465.tar.bz2 googletest-34ddfff9469cba9944ba0159beca02fb42321465.zip |
Manual docs tweaks still in preparation for including docs with code pushes
Diffstat (limited to 'googlemock/docs/cheat_sheet.md')
-rw-r--r-- | googlemock/docs/cheat_sheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/cheat_sheet.md b/googlemock/docs/cheat_sheet.md index ea46a68c..06190d16 100644 --- a/googlemock/docs/cheat_sheet.md +++ b/googlemock/docs/cheat_sheet.md @@ -1,6 +1,6 @@ ## gMock Cheat Sheet -<!-- GOOGLETEST_CM0018 DO NOT DELETE --> +<!-- GOOGLETEST_CM0019 DO NOT DELETE --> ### Defining a Mock Class |