Skip to content

Commit dd62da0

Browse files
committed
manual: Try to clarify <podtype> documentation
1 parent 2ba5302 commit dd62da0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

man/manual.docbook

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,6 +1796,9 @@ Checking const.c...
17961796
<section>
17971797
<title>podtype</title>
17981798

1799+
<para>Use this for integer/float/bool/pointer types. Not for
1800+
structs/unions.</para>
1801+
17991802
<para>Lots of code relies on typedefs providing platform independent
18001803
types. "podtype"-tags can be used to provide necessary information to
18011804
cppcheck to support them. Without further information, cppcheck does not

0 commit comments

Comments
 (0)