Googletest export

Remove anchors from page titles in docs

PiperOrigin-RevId: 358474917
This commit is contained in:
Abseil Team 2021-02-19 16:44:56 -05:00 committed by Samuel Benzaquen
parent d9c309fdab
commit 1de637fbdd
3 changed files with 3 additions and 3 deletions

View File

@ -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?

View File

@ -1,4 +1,4 @@
# gMock for Dummies {#GMockForDummies}
# gMock for Dummies
## What Is gMock?

View File

@ -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)