make sure tha NS3_DEBUG_ENABLE is defined by doxygen preprocessor
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 13 Feb 2007 10:23:31 +0100
changeset 273 4080f54a5a1f
parent 272 8639c0a2d309
child 274 92f2f70633bd
make sure tha NS3_DEBUG_ENABLE is defined by doxygen preprocessor
doc/doxygen.conf
--- a/doc/doxygen.conf	Tue Feb 13 10:23:10 2007 +0100
+++ b/doc/doxygen.conf	Tue Feb 13 10:23:31 2007 +0100
@@ -996,7 +996,7 @@
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = RUN_SELF_TESTS
+PREDEFINED             = RUN_SELF_TESTS NS3_DEBUG_ENABLE
 
 # 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.