]> git.llucax.com Git - software/eventxx.git/commitdiff
Remove EVENTXX_BASE_FREE_FIX macro from Doxyfile.
authorLeandro Lucarella <llucax+eventxx@gmail.com>
Fri, 8 Jun 2007 16:31:48 +0000 (16:31 +0000)
committerLeandro Lucarella <llucax+eventxx@gmail.com>
Fri, 8 Jun 2007 16:31:48 +0000 (16:31 +0000)
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

index ae348af28b4f695466942b8b259845de5b90eae7..48891ad8c7780bec542c8e6603863935e8533bd6 100644 (file)
--- 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.