diff options
author | Gennadiy Civil <misterg@google.com> | 2019-07-18 15:34:17 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-07-18 15:34:17 (GMT) |
commit | 34ddfff9469cba9944ba0159beca02fb42321465 (patch) | |
tree | 1be578b1fb65fab523efa9216ed9803dfb3027b4 /googlemock | |
parent | 2ef13f524b837a68bae27ae1123da0400dff6285 (diff) | |
download | googletest-34ddfff9469cba9944ba0159beca02fb42321465.zip googletest-34ddfff9469cba9944ba0159beca02fb42321465.tar.gz googletest-34ddfff9469cba9944ba0159beca02fb42321465.tar.bz2 |
Manual docs tweaks still in preparation for including docs with code pushes
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/docs/cheat_sheet.md | 2 | ||||
-rw-r--r-- | googlemock/docs/cook_book.md | 2 | ||||
-rw-r--r-- | googlemock/docs/for_dummies.md | 2 | ||||
-rw-r--r-- | googlemock/docs/gmock_faq.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/googlemock/docs/cheat_sheet.md b/googlemock/docs/cheat_sheet.md index ea46a68..06190d1 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 diff --git a/googlemock/docs/cook_book.md b/googlemock/docs/cook_book.md index 7116fd4..10b6d85 100644 --- a/googlemock/docs/cook_book.md +++ b/googlemock/docs/cook_book.md @@ -1,6 +1,6 @@ ## Googletest Mocking (gMock) Cookbook -<!-- GOOGLETEST_CM0011 DO NOT DELETE --> +<!-- GOOGLETEST_CM0012 DO NOT DELETE --> You can find recipes for using gMock here. If you haven't yet, please read [this](for_dummies.md) first to make sure you understand the basics. diff --git a/googlemock/docs/for_dummies.md b/googlemock/docs/for_dummies.md index b75c9a0..198da46 100644 --- a/googlemock/docs/for_dummies.md +++ b/googlemock/docs/for_dummies.md @@ -1,6 +1,6 @@ ## Googletest Mocking (gMock) for Dummies {#GMockForDummies} -<!-- GOOGLETEST_CM0012 DO NOT DELETE --> +<!-- GOOGLETEST_CM0013 DO NOT DELETE --> ### What Is gMock? diff --git a/googlemock/docs/gmock_faq.md b/googlemock/docs/gmock_faq.md index 27f0eb0..184c501 100644 --- a/googlemock/docs/gmock_faq.md +++ b/googlemock/docs/gmock_faq.md @@ -1,6 +1,6 @@ ## Legacy gMock FAQ {#GMockFaq} -<!-- GOOGLETEST_CM0020 DO NOT DELETE --> +<!-- GOOGLETEST_CM0021 DO NOT DELETE --> ### When I call a method on my mock object, the method for the real object is invoked instead. What's the problem? |