summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/gmock_faq.md2
-rw-r--r--docs/gmock_for_dummies.md2
-rw-r--r--docs/samples.md2
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)
OpenPOWER on IntegriCloud