summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-message.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-11-23 07:48:28 +0000
committerHavoc Pennington <hp@redhat.com>2002-11-23 07:48:28 +0000
commitf09921965c769ff6411ae2f684f6b855d4c8f38d (patch)
treeaefebf4c04e4da7d35e52b4a05b258cbbe31cf48 /dbus/dbus-message.c
parent954c4c7550879bd80315811b8548adfcb415766e (diff)
2002-11-23 Havoc Pennington <hp@pobox.com>
* Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/ DBUS_END_DECLS to nothing, that should fix this once and for all * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES * dbus/dbus-message.c, dbus/dbus-hash.c: add some missing @brief
Diffstat (limited to 'dbus/dbus-message.c')
-rw-r--r--dbus/dbus-message.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-message.c b/dbus/dbus-message.c
index fdc0c342..a52d7097 100644
--- a/dbus/dbus-message.c
+++ b/dbus/dbus-message.c
@@ -34,6 +34,8 @@
*/
/**
+ * @brief Internals of DBusMessage
+ *
* Object representing a message received from or to be sent to
* another application. This is an opaque object, all members
* are private.