comparison Doxyfile @ 386:8c8ecd1008c9

Changed DECLSPEC definition.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 05 Jul 2002 22:34:55 +0000
parents 125e3748d8bd
children e6fa92dc21eb
comparison
equal deleted inserted replaced
385:9efb760c4a6b 386:8c8ecd1008c9
745 # are defined before the preprocessor is started (similar to the -D option of 745 # are defined before the preprocessor is started (similar to the -D option of
746 # gcc). The argument of the tag is a list of macros of the form: name 746 # gcc). The argument of the tag is a list of macros of the form: name
747 # or name=definition (no spaces). If the definition and the = are 747 # or name=definition (no spaces). If the definition and the = are
748 # omitted =1 is assumed. 748 # omitted =1 is assumed.
749 749
750 PREDEFINED = DOXYGEN_SHOULD_IGNORE_THIS=1 DECLSPEC= 750 PREDEFINED = DOXYGEN_SHOULD_IGNORE_THIS=1 SNDDECLSPEC=
751 751
752 # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then 752 # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then
753 # this tag can be used to specify a list of macro names that should be expanded. 753 # this tag can be used to specify a list of macro names that should be expanded.
754 # The macro definition that is found in the sources will be used. 754 # The macro definition that is found in the sources will be used.
755 # Use the PREDEFINED tag if you want to use a different macro definition. 755 # Use the PREDEFINED tag if you want to use a different macro definition.