Preparation for including docs in round-trip with OSS
This commit is contained in:
		@@ -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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user