From 1de637fbdd4ab0051229707f855eee76f5a3d5da Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 19 Feb 2021 16:44:56 -0500 Subject: [PATCH] Googletest export Remove anchors from page titles in docs PiperOrigin-RevId: 358474917 --- docs/gmock_faq.md | 2 +- docs/gmock_for_dummies.md | 2 +- docs/samples.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gmock_faq.md b/docs/gmock_faq.md index c02e5398..09623b4e 100644 --- a/docs/gmock_faq.md +++ b/docs/gmock_faq.md @@ -1,4 +1,4 @@ -## Legacy gMock FAQ {#GMockFaq} +# Legacy gMock FAQ ### 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/docs/gmock_for_dummies.md b/docs/gmock_for_dummies.md index 4f7daf55..9b5bdcc8 100644 --- a/docs/gmock_for_dummies.md +++ b/docs/gmock_for_dummies.md @@ -1,4 +1,4 @@ -# gMock for Dummies {#GMockForDummies} +# gMock for Dummies ## What Is gMock? diff --git a/docs/samples.md b/docs/samples.md index aaa58838..2d97ca55 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -1,4 +1,4 @@ -# Googletest Samples {#samples} +# Googletest Samples If you're like us, you'd like to look at [googletest samples.](https://github.com/google/googletest/tree/master/googletest/samples)