diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index a8e3f2fd4..adc51ff87 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -103,6 +103,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ &dhpackage; + @@ -115,6 +116,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + @@ -154,6 +156,12 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ This allows you to provide information about functions by providing an implementation for these. + + + + Check Cppcheck configuration. The normal code analysis is disabled by this flag. + + @@ -178,6 +186,18 @@ Example: -DDEBUG=1 -D__cplusplus Check coding style + + performance + + Enable performance messages + + + + portability + + Enable portability messages + + information @@ -193,7 +213,7 @@ Example: -DDEBUG=1 -D__cplusplus missingInclude - Check for missing includes + Warn if there are missing includes. For detailed information use --check-config @@ -272,6 +292,46 @@ Directory name is matched to all parts of the path. Start <jobs> threads to do the checking work. + + + + Specifies platform specific types and sizes.The available platforms are: + + + unix32 + + 32 bit unix variant + + + + unix64 + + 64 bit unix variant + + + + win32A + + 32 bit Windows ASCII character encoding + + + + win32W + + 32 bit Windows UNICODE character encoding + + + + win64 + + 64 bit Windows + + + + By default the platform which was used to compile Cppcheck is used. + + +