comparison Doxyfile.in @ 23867:4bc74deeb503

propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627) to branch 'im.pidgin.soc.2008.vv' (head 59d05cb38af9346d82ce57477273f7b381054bcc)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sat, 09 Aug 2008 02:24:38 +0000
parents b8a73b6dc0a4
children 064657db29c4
comparison
equal deleted inserted replaced
23684:de8f2d3e538a 23867:4bc74deeb503
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.