From 5e9d06d435c2c8fb6b9dc8aeee204d352841b5a6 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Fri, 20 May 2022 10:22:30 +0200 Subject: [PATCH] Doc:Library: Added a note on how to exclude values in function argument configuration. --- man/reference-cfg-format.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index 723e2203b..b822e3309 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -1,6 +1,6 @@ --- title: Cppcheck .cfg format -subtitle: Version 2.7 +subtitle: Version 2.8 author: Cppcheck team lang: en documentclass: report @@ -317,6 +317,7 @@ Some example expressions you can use in the valid element: 0: => all values that are greater or equal to 0 are valid 0,2:32 => the value 0 and all values between 2 and 32 are valid -1.5:5.6 => all values between -1.5 and 5.6 are valid +!0.0 => all values are accepted, except 0.0 ### ``