aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen_global.cfg
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-01-25 13:20:53 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-01-25 13:20:53 +0000
commit9092486f58df8c57298a990c25c8e2255f28d63b (patch)
tree6c904aeedae6571117daa533cd89b73688cac3bd /doxygen_global.cfg
parent2b5f360066820e98e59e408a56d98e4f4c6daa7a (diff)
Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTF
defined in GLib. Removed epan/gnuc_format_check.h. svn path=/trunk/; revision=31657
Diffstat (limited to 'doxygen_global.cfg')
-rw-r--r--doxygen_global.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen_global.cfg b/doxygen_global.cfg
index 0ec4546051..df0e63d087 100644
--- a/doxygen_global.cfg
+++ b/doxygen_global.cfg
@@ -850,14 +850,14 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = GNUC_FORMAT_CHECK(a,b,c) HAVE_LIBPCAP _U_=
+PREDEFINED = G_GNUC_MALLOC G_GNUC_PRINTF(a,b) HAVE_LIBPCAP _U_=
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
# The macro definition that is found in the sources will be used.
# Use the PREDEFINED tag if you want to use a different macro definition.
-EXPAND_AS_DEFINED = GNUC_FORMAT_CHECK
+EXPAND_AS_DEFINED = G_GNUC_MALLOC G_GNUC_PRINTF
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone