manual: Try to clarify <podtype> documentation
This commit is contained in:
parent
2ba5302e90
commit
dd62da02e4
|
@ -1796,6 +1796,9 @@ Checking const.c...
|
|||
<section>
|
||||
<title>podtype</title>
|
||||
|
||||
<para>Use this for integer/float/bool/pointer types. Not for
|
||||
structs/unions.</para>
|
||||
|
||||
<para>Lots of code relies on typedefs providing platform independent
|
||||
types. "podtype"-tags can be used to provide necessary information to
|
||||
cppcheck to support them. Without further information, cppcheck does not
|
||||
|
|
Loading…
Reference in New Issue