summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 17:43:30 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 17:43:30 +0000
commit716059087dcf7caeb12313520eee8fc4b554ef54 (patch)
treecfa42ffe84320caa89314040215ce473d1454b15 /Doxyfile.in
parent174c63f176b9074ffe3cca8df016c53d68cafce9 (diff)
2006-10-21 Havoc Pennington <hp@redhat.com>
* dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() as DBUS_GNUC_DEPRECATED
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index c7d41fdb..80ee0d0a 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -146,6 +146,7 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = "DBUS_BEGIN_DECLS=" \
"DBUS_END_DECLS=" \
"DOXYGEN_SHOULD_SKIP_THIS" \
+ "DBUS_GNUC_DEPRECATED=" \
"_DBUS_DEFINE_GLOBAL_LOCK(name)=" \
"_DBUS_GNUC_PRINTF(from,to)="
SKIP_FUNCTION_MACROS = YES