summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-03-26 19:21:42 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-03-26 19:21:42 +0000
commit4b13bb6d7f9a8e240cc41466dc70d9beb912a35e (patch)
tree288fc3cfabded4338a7d4eae00cd4f8d3811bb5a /Doxyfile.in
parent269d74f214f87bed0f6fd58f1c848240d31e0b9f (diff)
2003-03-26 Anders Carlsson <andersca@codefactory.se>
* Doxyfile.in: * dbus/dbus-address.c: * dbus/dbus-dict.c: * dbus/dbus-marshal.c: * dbus/dbus-server-debug-pipe.c: * dbus/dbus-transport-unix.c: Fix documentation warnings.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index c476deb0..b2ac9587 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -143,8 +143,11 @@ EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
-PREDEFINED = "DBUS_BEGIN_DECLS=" "DBUS_END_DECLS=" "DOXYGEN_SHOULD_SKIP_THIS"
-EXPAND_AS_DEFINED =
+PREDEFINED = "DBUS_BEGIN_DECLS=" \
+ "DBUS_END_DECLS=" \
+ "DOXYGEN_SHOULD_SKIP_THIS" \
+ "_DBUS_DEFINE_GLOBAL_LOCK(name)=" \
+ "_DBUS_GNUC_PRINTF(from,to)="
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
# Configuration::addtions related to external references