summaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-03-21 10:43:14 -0400
committerGennadiy Civil <misterg@google.com>2019-03-21 10:43:14 -0400
commit10e98c4f2a0176590c10e4f83f5d048c167f32d0 (patch)
tree4eb1f7a1d0b2a166539b33a38a400e99c6b65bad /googlemock
parentf1883b1824109338db40837bdb61f0150e395bb7 (diff)
parentc3ac2655f7e559dbca0d4677e4da48a92cf84dd6 (diff)
downloadgoogletest-10e98c4f2a0176590c10e4f83f5d048c167f32d0.tar.gz
googletest-10e98c4f2a0176590c10e4f83f5d048c167f32d0.zip
Merge pull request #2180 from twam:master
PiperOrigin-RevId: 239404016
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/docs/DesignDoc.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/docs/DesignDoc.md b/googlemock/docs/DesignDoc.md
index d13ff5b9..4cddc9d0 100644
--- a/googlemock/docs/DesignDoc.md
+++ b/googlemock/docs/DesignDoc.md
@@ -198,7 +198,6 @@ Google Test (the name is chosen to match `static_assert` in C++0x).
If you are writing a function that returns an `ACTION` object, you'll
need to know its type. The type depends on the macro used to define
the action and the parameter types. The rule is relatively simple:
-
| **Given Definition** | **Expression** | **Has Type** |
|:-------------------------|:-----------------------------|:-------------------------|
| `ACTION(Foo)` | `Foo()` | `FooAction` |
OpenPOWER on IntegriCloud