comparison Doxyfile.in @ 23865:b8a73b6dc0a4

* Added documentation to media.h and mediamanager.h * Removed unnecessary includes from a few files * Fixed a few parameter names
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sat, 09 Aug 2008 01:50:06 +0000
parents 1db2bc34ea61
children 064657db29c4
comparison
equal deleted inserted replaced
23864:97f3a3409a1d 23865:b8a73b6dc0a4
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.