From: Richard Kreckel Date: Wed, 28 Feb 2001 23:30:28 +0000 (+0000) Subject: * Really make those macros work... X-Git-Tag: release_0-7-3~1 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=ea4890ec2fe3840f61147c8a830c2eac36594793;hp=8959f7a054cfc3376f7d74de2b9da5edb0a7253e;ds=sidebyside * Really make those macros work... --- 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.