From 110e8313dab1a9208ce6c038eea7e5dbb3bc3fdd Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 26 Aug 2008 23:01:46 +0000 Subject: [PATCH] fixes in Doxyfile to generate proper documentation for classes that are aligned using a macro. --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 605867b7a..39f5fd499 100644 --- a/Doxyfile +++ b/Doxyfile @@ -583,7 +583,7 @@ ENABLE_PREPROCESSING = YES # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the @@ -600,7 +600,7 @@ SEARCH_INCLUDES = YES # contain include files that are not input files but should be processed by # the preprocessor. -INCLUDE_PATH = ../../generic/extern +INCLUDE_PATH = src # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the