[polypaudio-commits] r512 - /trunk/doxygen/doxygen.conf.in
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Sun Feb 19 20:05:59 PST 2006
Author: lennart
Date: Mon Feb 20 05:05:59 2006
New Revision: 512
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=512&root=polypaudio&view=rev
Log:
make doxygen ignore PA_CDECL_BEGIN/PA_CDECL_END
Modified:
trunk/doxygen/doxygen.conf.in
Modified: trunk/doxygen/doxygen.conf.in
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/doxygen/doxygen.conf.in?rev=512&root=polypaudio&r1=511&r2=512&view=diff
==============================================================================
--- trunk/doxygen/doxygen.conf.in (original)
+++ trunk/doxygen/doxygen.conf.in Mon Feb 20 05:05:59 2006
@@ -950,14 +950,14 @@
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = PA_C_DECL_BEGIN=,PA_C_DECL_END
+PREDEFINED = PA_C_DECL_BEGIN= PA_C_DECL_END=
# 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.
# The macro definition that is found in the sources will be used.
# Use the PREDEFINED tag if you want to use a different macro definition.
-EXPAND_AS_DEFINED = PA_C_DECL_BEGIN, PA_C_DECL_END
+#EXPAND_AS_DEFINED = PA_C_DECL_BEGIN, PA_C_DECL_END
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone
More information about the pulseaudio-commits
mailing list