From dd62da02e4230a7b099f5bdf95025281cc06b5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 6 Jan 2019 11:15:06 +0100 Subject: [PATCH] manual: Try to clarify documentation --- man/manual.docbook | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/manual.docbook b/man/manual.docbook index d533ef7ba..848b29892 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -1796,6 +1796,9 @@ Checking const.c...
podtype + Use this for integer/float/bool/pointer types. Not for + structs/unions. + 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