From 58a8da64cecda05390c880d604e782ed4073ffd9 Mon Sep 17 00:00:00 2001 From: Sergio Valverde Date: Tue, 23 Oct 2018 07:57:23 +0200 Subject: ACTION table format --- googlemock/docs/DesignDoc.md | 1 + 1 file changed, 1 insertion(+) (limited to 'googlemock') 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` | -- cgit v1.2.3