Skip to content

Commit 5328caa

Browse files
Laro88danmar
authored andcommitted
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
1 parent 9306027 commit 5328caa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

man/cppcheck.1.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
135135
<arg choice="opt"><option>--std=&lt;id&gt;</option></arg>
136136
<arg choice="opt"><option>--suppress=&lt;spec&gt;</option></arg>
137137
<arg choice="opt"><option>--suppressions-list=&lt;file&gt;</option></arg>
138+
<arg choice="opt"><option>--suppress-xml=&lt;.xml file&gt;</option></arg>
138139
<arg choice="opt"><option>--template='&lt;text&gt;'</option></arg>
139140
<arg choice="opt"><option>--verbose</option></arg>
140141
<arg choice="opt"><option>--version</option></arg>
@@ -516,6 +517,12 @@ There are false positives with this option. Each result must be carefully invest
516517
Each suppression is in the format of &lt;spec&gt; above.</para>
517518
</listitem>
518519
</varlistentry>
520+
<varlistentry>
521+
<term><option>--suppress-xml=&lt;.xml file&gt;</option></term>
522+
<listitem>
523+
<para>Use suppressions defined in xml as described in the manual</para>
524+
</listitem>
525+
</varlistentry>
519526
<varlistentry>
520527
<term><option>--template='&lt;text&gt;'</option></term>
521528
<listitem>

0 commit comments

Comments
 (0)