summaryrefslogtreecommitdiffstats
path: root/doxygen/doxygen.conf.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-20 04:05:59 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-20 04:05:59 +0000
commit16285f9cc35a8fd4b8920fd65c309b3a419e3d0d (patch)
treee1cc8888753018503dad5852d3272cdad0c35384 /doxygen/doxygen.conf.in
parent304449002cbc84fdcf235b5dfaec891278dd7085 (diff)
make doxygen ignore PA_CDECL_BEGIN/PA_CDECL_END
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@512 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doxygen/doxygen.conf.in')
-rw-r--r--doxygen/doxygen.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in
index fcda2194..747abbd9 100644
--- a/doxygen/doxygen.conf.in
+++ b/doxygen/doxygen.conf.in
@@ -950,14 +950,14 @@ INCLUDE_FILE_PATTERNS =
# 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