diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2019-03-20 11:52:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-20 11:52:49 -0400 |
commit | f957bd0c25a288fdccbca5d8f506453ee3e802ce (patch) | |
tree | 3fdf6571c88c8e6d10d75306f3ec4047857b1854 | |
parent | 8b6d3f9c4a774bef3081195d422993323b6bb2e0 (diff) | |
parent | 1619ebcf29cfb8fcb834a1cd1f6a6370b4192cc5 (diff) | |
download | googletest-f957bd0c25a288fdccbca5d8f506453ee3e802ce.tar.gz googletest-f957bd0c25a288fdccbca5d8f506453ee3e802ce.tar.bz2 googletest-f957bd0c25a288fdccbca5d8f506453ee3e802ce.zip |
Merge pull request #2181 from sethraymond/patch-1
DesignDoc Markdown table was broken
-rw-r--r-- | googlemock/docs/DesignDoc.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googlemock/docs/DesignDoc.md b/googlemock/docs/DesignDoc.md index 4cddc9d0..d13ff5b9 100644 --- a/googlemock/docs/DesignDoc.md +++ b/googlemock/docs/DesignDoc.md @@ -198,6 +198,7 @@ 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` | |