diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 4b3a5dde7..7c86354cd 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -106,21 +106,24 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - + + + - + + @@ -158,34 +161,40 @@ Example: -DDEBUG=1 -D__cplusplus - Enable specific checks. The available ids are: + Enable additional checks. The available ids are: all - Enable all checks. + Enable all checks style - Check coding style. + Check coding style + + + + information + + Enable information messages unusedFunction - Check for unused functions. + Check for unused functions missingInclude - check for missing includes + Check for missing includes - Several ids can be given if you separate them with commas, e.g. --enable=style,unusedFunction. + By default none of the additional checks are enabled. Several ids can be given if you separate them with commas, e.g. --enable=style,unusedFunction. @@ -199,7 +208,13 @@ Example: -DDEBUG=1 -D__cplusplus - + + + Print a list of all possible error messages in XML format. + + + + Used when certain messages should be displayed but should not cause a non-zero exitcode. @@ -232,6 +247,15 @@ default. files, this is not needed. + + + + + Give path to ignore. Give several -i parameters to ignore several paths. Give directory name or filename with path as parameter. +Directory name is matched to all parts of the path. + + + @@ -266,7 +290,7 @@ files, this is not needed. - + Suppress warnings listed in the file. Filename and line are optional. The format of the single line in file is: [error id]:[filename]:[line]. You can use --template or --xml to see the error id. @@ -297,11 +321,17 @@ files, this is not needed. Write results in XML to error stream + + + + Select the XML file version. Currently versions 1 and 2 are available. The default version is 1. + + AUTHOR - The program was written by Bill Egert, Daniel Marjamäki, Gianluca Scacco, Hoang Tuan Su, Kimmo Varis, Leandro Penz, Martin Ettl, Nguyen Duong Tuan, Nicolas Le Cam, Reijo Tomperi, Robert Reif, Slava Semushin, Vesa Pikki and Zachary Blair + The program was written by Daniel Marjamäki and Cppcheck team. See AUTHORS file for list of team members. SEE ALSO