From ea4890ec2fe3840f61147c8a830c2eac36594793 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 28 Feb 2001 23:30:28 +0000 Subject: [PATCH] * Really make those macros work... --- doc/reference/DoxyfileTEX | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/DoxyfileTEX b/doc/reference/DoxyfileTEX index b1907b96..245906ef 100644 --- a/doc/reference/DoxyfileTEX +++ b/doc/reference/DoxyfileTEX @@ -572,13 +572,13 @@ 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 # PREDEFINED and EXPAND_AS_PREDEFINED tags. -EXPAND_ONLY_PREDEF = NO +EXPAND_ONLY_PREDEF = YES # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. -- 2.44.0