comparison Doxyfile @ 1119:547a503247e8 libavcodec

bug workaround
author michaelni
date Mon, 10 Mar 2003 10:36:17 +0000
parents 4046cbf85762
children 5fe27400c3b3
comparison
equal deleted inserted replaced
1118:8248e652d64e 1119:547a503247e8
833 # are defined before the preprocessor is started (similar to the -D option of 833 # are defined before the preprocessor is started (similar to the -D option of
834 # gcc). The argument of the tag is a list of macros of the form: name 834 # gcc). The argument of the tag is a list of macros of the form: name
835 # or name=definition (no spaces). If the definition and the = are 835 # or name=definition (no spaces). If the definition and the = are
836 # omitted =1 is assumed. 836 # omitted =1 is assumed.
837 837
838 PREDEFINED = 838 PREDEFINED = __attribute__(x)=""
839 839
840 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 840 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
841 # this tag can be used to specify a list of macro names that should be expanded. 841 # this tag can be used to specify a list of macro names that should be expanded.
842 # The macro definition that is found in the sources will be used. 842 # The macro definition that is found in the sources will be used.
843 # Use the PREDEFINED tag if you want to use a different macro definition. 843 # Use the PREDEFINED tag if you want to use a different macro definition.