From 49de56faa17b8da55ee810ded0905ec61638e324 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 8 Jun 2007 16:31:48 +0000 Subject: [PATCH] Remove EVENTXX_BASE_FREE_FIX macro from Doxyfile. Since the default is to use event_base_free() now, there is no need to add a macro definition to Doxygen to document it (and the macro name was outdated anyway). --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index ae348af..48891ad 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1013,7 +1013,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = EVENTXX_BASE_FREE_FIX +PREDEFINED = # 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. -- 2.43.0