Mercurial > pidgin
diff Doxyfile.in @ 26350:064657db29c4
Properly wrap media functions so the API doesn't disappear when USE_VV
is not defined.
| author | Mike Ruprecht <maiku@soc.pidgin.im> |
|---|---|
| date | Mon, 23 Mar 2009 04:00:11 +0000 |
| parents | b8a73b6dc0a4 |
| children | 15c5a40ef7be |
line wrap: on
line diff
--- a/Doxyfile.in Mon Mar 23 02:59:18 2009 +0000 +++ b/Doxyfile.in Mon Mar 23 04:00:11 2009 +0000 @@ -1070,7 +1070,7 @@ # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = USE_VV +PREDEFINED = # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.
