mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-13 13:49:56 +00:00
Stop strippables default value from being parsed
Default value for `:strippables` was rendering incorrectly because of markdown parsing.
This commit is contained in:
@@ -457,7 +457,7 @@ from the defaults. We've tried to specify what the defaults are below.
|
|||||||
to prevent a function `functionName` from being mocked. By default, it
|
to prevent a function `functionName` from being mocked. By default, it
|
||||||
is ignoring all gcc attribute extensions.
|
is ignoring all gcc attribute extensions.
|
||||||
|
|
||||||
* default: ['(?:__attribute__\s*\(+.*?\)+)']
|
* default: `['(?:__attribute__\s*\(+.*?\)+)']`
|
||||||
|
|
||||||
* `:subdir`:
|
* `:subdir`:
|
||||||
This is a relative subdirectory for your mocks. Set this to e.g. "sys" in
|
This is a relative subdirectory for your mocks. Set this to e.g. "sys" in
|
||||||
|
|||||||
Reference in New Issue
Block a user