Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions man/cppcheck.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<arg choice="opt"><option>--std=&lt;id&gt;</option></arg>
<arg choice="opt"><option>--suppress=&lt;spec&gt;</option></arg>
<arg choice="opt"><option>--suppressions-list=&lt;file&gt;</option></arg>
<arg choice="opt"><option>--suppress-xml=&lt;.xml file&gt;</option></arg>
Comment thread
danmar marked this conversation as resolved.
<arg choice="opt"><option>--template='&lt;text&gt;'</option></arg>
<arg choice="opt"><option>--verbose</option></arg>
<arg choice="opt"><option>--version</option></arg>
Expand Down Expand Up @@ -516,6 +517,12 @@ There are false positives with this option. Each result must be carefully invest
Each suppression is in the format of &lt;spec&gt; above.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--suppress-xml=&lt;.xml file&gt;</option></term>
<listitem>
<para>Use suppressions defined in xml as described in the manual</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--template='&lt;text&gt;'</option></term>
<listitem>
Expand Down