Preparation for including docs in round-trip with OSS

This commit is contained in:
Gennadiy Civil 2019-07-15 16:01:38 -04:00
parent d189cbf763
commit 35209bed98

View File

@ -2292,8 +2292,8 @@ bool Job2(int n, char c) { ... }
#### Invoking an Argument of the Mock Function #### Invoking an Argument of the Mock Function
Sometimes a mock function will receive a function pointer, a functor, or a Sometimes a mock function will receive a function pointer, a functor (in other
`google3`-style callback (in other words, a "callable") as an argument, e.g. words, a "callable") as an argument, e.g.
```cpp ```cpp
class MockFoo : public Foo { class MockFoo : public Foo {