From 5328caa6fa5b47ad7f3808aa4b10f9597a70f063 Mon Sep 17 00:00:00 2001 From: Jes Ramsing Date: Sat, 13 Oct 2018 18:41:12 +0200 Subject: [PATCH] Added documentation for --suppress-xml (#1420) * Added documentation for --suppress-xml * Bad copy place job "--suppress-xml" not "--suppressions-list" * Fixed indentation to use . instead of tab --- man/cppcheck.1.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 59cb03eaf..fa717d917 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -135,6 +135,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + @@ -516,6 +517,12 @@ There are false positives with this option. Each result must be carefully invest Each suppression is in the format of <spec> above. + + + + Use suppressions defined in xml as described in the manual + +