From f78801b595bd6061a20537d9c7b79ecae3eb6f6f Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Sat, 1 Nov 2014 11:28:44 +0100 Subject: [PATCH] Update the suppr-doc.txt file for variable suppressions * doc/suppr-doc.txt: Add the suppress_variable section example. Signed-off-by: Dodji Seketeli --- doc/suppr-doc.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/suppr-doc.txt b/doc/suppr-doc.txt index 3d8c0457..57cc5bc2 100644 --- a/doc/suppr-doc.txt +++ b/doc/suppr-doc.txt @@ -17,6 +17,17 @@ # symbol_versin = # symbol_version_regexp = +[suppress_variable] + label = some string in here + name = foo + name_regexp = foo + symbol_name = foo + symbol_name_regexp = foo + type_name = int + type_name_regexp = int + +# The stuff below hasn't been implemented yet. + [suppress_symbol] name= _init