From: Richard Kreckel Date: Wed, 28 Feb 2001 15:54:46 +0000 (+0000) Subject: * Tweak around problem with unexpanded GINAC_DECLARE_REGISTER_CLASS macros. X-Git-Tag: release_0-7-3~4 X-Git-Url: https://ginac.de/ginac.git/static/gitweb.css/ginac.git?a=commitdiff_plain;h=becb62dfcc66b87eefc64d6c686503f193c08c28;p=ginac.git * Tweak around problem with unexpanded GINAC_DECLARE_REGISTER_CLASS macros. --- diff --git a/doc/reference/DoxyfileHTML b/doc/reference/DoxyfileHTML index 0bf7a59c..868b7536 100644 --- a/doc/reference/DoxyfileHTML +++ b/doc/reference/DoxyfileHTML @@ -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. @@ -604,7 +604,8 @@ INCLUDE_FILE_PATTERNS = *.h # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = +PREDEFINED = "GINAC_DECLARE_REGISTERED_CLASS_NO_CTORS(class, base)=" \ + "GINAC_DECLARE_REGISTERED_CLASS(class, base)=" # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. diff --git a/doc/reference/DoxyfileTEX b/doc/reference/DoxyfileTEX index abe0c253..b1907b96 100644 --- a/doc/reference/DoxyfileTEX +++ b/doc/reference/DoxyfileTEX @@ -604,7 +604,8 @@ INCLUDE_FILE_PATTERNS = *.h # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = +PREDEFINED = "GINAC_DECLARE_REGISTERED_CLASS_NO_CTORS(class, base)=" \ + "GINAC_DECLARE_REGISTERED_CLASS(class, base)=" # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.