Update CMock_Summary.md

Add the documentation for the :strippables configuration option.
This commit is contained in:
ftoulemon
2015-07-09 14:15:04 +02:00
parent 13029cad64
commit 2b6ad4e00b
+5
View File
@@ -293,6 +293,11 @@ Defined in the yaml file, they look more like this:
available currently are `:ignore,` `:ignore_args,` `:array,`
`:cexception,` `:callback,` and `:return_thru_ptr`
* `:strippables`:
An array containing a list of items to remove from the mocked header.
For example, use `:strippables: ['(?:functionName\s*\(+.*?\)+)']`
to prevent a function from being mocked.
* `:treat_as`:
The `:treat_as` list is a shortcut for when you have created typedefs
of standard types. Why create a custom unity helper for UINT16 when