Fixed mock function documentation

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@714 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-02-16 15:55:14 +00:00
parent c3c07b81a2
commit f04be9827f

View file

@ -441,10 +441,7 @@ namespace function_example_2
namespace function_example_3
{
//[ function_example_3
MOCK_CLASS( mock_class )
{
MOCK_FUNCTION( __attribute((stdcall)) f, 0, void() )
};
MOCK_FUNCTION( __attribute((stdcall)) f, 0, void(), f ) // all parameters must be provided when specifying a different calling convention
//]
}
#endif