From: Leandro Lucarella Date: Fri, 8 Jun 2007 16:31:48 +0000 (+0000) Subject: Remove EVENTXX_BASE_FREE_FIX macro from Doxyfile. X-Git-Tag: darcs_import~2 X-Git-Url: https://git.llucax.com/software/eventxx.git/commitdiff_plain/49de56faa17b8da55ee810ded0905ec61638e324?ds=inline 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). --- 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.