comparison Doxyfile.in @ 26346:7b63af454f26

propagate from branch 'im.pidgin.pidgin' (head 5592cb6a8b667422747bafd555fea0aed19931b6) to branch 'im.pidgin.pidgin.vv' (head ff94dfb7c44b84f5d9b4590cc429d93198703b83)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sun, 22 Mar 2009 23:33:42 +0000
parents b8a73b6dc0a4
children 064657db29c4
comparison
equal deleted inserted replaced
26196:399776a9ad98 26346:7b63af454f26
1068 # or name=definition (no spaces). If the definition and the = are 1068 # or name=definition (no spaces). If the definition and the = are
1069 # omitted =1 is assumed. To prevent a macro definition from being 1069 # omitted =1 is assumed. To prevent a macro definition from being
1070 # undefined via #undef or recursively expanded use the := operator 1070 # undefined via #undef or recursively expanded use the := operator
1071 # instead of the = operator. 1071 # instead of the = operator.
1072 1072
1073 PREDEFINED = 1073 PREDEFINED = USE_VV
1074 1074
1075 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 1075 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1076 # this tag can be used to specify a list of macro names that should be expanded. 1076 # this tag can be used to specify a list of macro names that should be expanded.
1077 # The macro definition that is found in the sources will be used. 1077 # The macro definition that is found in the sources will be used.
1078 # Use the PREDEFINED tag if you want to use a different macro definition. 1078 # Use the PREDEFINED tag if you want to use a different macro definition.