From c6b0cfc15c0683f89476cb078b79792d3222af1e Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 12 Sep 2009 22:16:13 +0300 Subject: [PATCH] Fix #662 (Command line option --append not documented) http://sourceforge.net/apps/trac/cppcheck/ticket/662 --- man/cppcheck.1.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 9e009599c..599d0d22c 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; + @@ -142,6 +143,12 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ found a bug. When this option is given, all messages are shown. + + + + This allows you to provide information about functions by providing an implementation for these. + +