From 175a83457476ecd6a02c0b17dfdf22029a68e0dd Mon Sep 17 00:00:00 2001 From: Dennis Skinner Date: Thu, 4 Jun 2020 13:02:30 -0400 Subject: [PATCH] Stop strippables default value from being parsed Default value for `:strippables` was rendering incorrectly because of markdown parsing. --- docs/CMock_Summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMock_Summary.md b/docs/CMock_Summary.md index fa7904b..f72a2f5 100644 --- a/docs/CMock_Summary.md +++ b/docs/CMock_Summary.md @@ -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