1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-05-24 02:59:32 -04:00

Stop strippables default value from being parsed

Default value for `:strippables` was rendering incorrectly because of markdown parsing.
This commit is contained in:
Dennis Skinner 2020-06-04 13:02:30 -04:00 committed by GitHub
parent 150573c742
commit 175a834574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
is ignoring all gcc attribute extensions.
* default: ['(?:__attribute__\s*\(+.*?\)+)']
* default: `['(?:__attribute__\s*\(+.*?\)+)']`
* `:subdir`:
This is a relative subdirectory for your mocks. Set this to e.g. "sys" in