Mercurial > SDL_sound_CoreAudio
comparison Doxyfile @ 418:e6fa92dc21eb
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 26 Sep 2002 04:27:21 +0000 |
parents | 8c8ecd1008c9 |
children | 17cfeb197a72 |
comparison
equal
deleted
inserted
replaced
417:55c6695b6038 | 418:e6fa92dc21eb |
---|---|
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 SNDDECLSPEC= | 750 PREDEFINED = DOXYGEN_SHOULD_IGNORE_THIS=1 SDLCALL= 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. |