From: Gennadiy Civil Date: Thu, 18 Jul 2019 15:34:17 +0000 (-0400) Subject: Manual docs tweaks still in preparation for including docs with code pushes X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=34ddfff9469cba9944ba0159beca02fb42321465;p=googletest.git Manual docs tweaks still in preparation for including docs with code pushes --- 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 - + ### 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 - + 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} - + ### 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} - + ### When I call a method on my mock object, the method for the real object is invoked instead. What's the problem? diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md index d31e4cf..146c6e8 100644 --- a/googletest/docs/advanced.md +++ b/googletest/docs/advanced.md @@ -1,6 +1,6 @@ # Advanced googletest Topics - + ## Introduction diff --git a/googletest/docs/faq.md b/googletest/docs/faq.md index 05baf23..a22f1b9 100644 --- a/googletest/docs/faq.md +++ b/googletest/docs/faq.md @@ -1,6 +1,6 @@ # Googletest FAQ - + ## Why should test suite names and test names not contain underscore?