summaryrefslogtreecommitdiffstats
path: root/dbus/dbus.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-11-22 22:30:02 +0000
committerHavoc Pennington <hp@redhat.com>2002-11-22 22:30:02 +0000
commit8164139fa6259257817898b3d389d96bd60f8c13 (patch)
tree580a092f9afbe3c1316b9640681a3e82de9a9d1d /dbus/dbus.h
parent1a4cb6b95ffc3acdef34b6f014a83c02be963fae (diff)
2002-11-22 Havoc Pennington <hp@redhat.com>
* dbus/dbus.h: fixups for doc warnings * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up macros (QUIET): make it quiet so we can see warnings * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
Diffstat (limited to 'dbus/dbus.h')
-rw-r--r--dbus/dbus.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbus/dbus.h b/dbus/dbus.h
index 3d166df4..74c64465 100644
--- a/dbus/dbus.h
+++ b/dbus/dbus.h
@@ -29,12 +29,15 @@
#include <dbus/dbus-macros.h>
#include <dbus/dbus-message.h>
+#undef DBUS_INSIDE_DBUS_H
+
/**
- * @defgroup DBus
+ * @defgroup DBus D-BUS message system
+ *
+ * @{
*/
-#undef DBUS_INSIDE_DBUS_H
-
/** @} */
+
#endif /* DBUS_H