From b2c8866cbff478c352f194bb162036d3d8fc0feb Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Tue, 13 Feb 2007 10:23:31 +0100 Subject: [PATCH] make sure tha NS3_DEBUG_ENABLE is defined by doxygen preprocessor --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 61806a900..07fbd04c4 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -996,7 +996,7 @@ INCLUDE_FILE_PATTERNS = # 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.