From 8164139fa6259257817898b3d389d96bd60f8c13 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 22 Nov 2002 22:30:02 +0000 Subject: 2002-11-22 Havoc Pennington * 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 --- dbus/dbus.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dbus/dbus.h') 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 #include +#undef DBUS_INSIDE_DBUS_H + /** - * @defgroup DBus + * @defgroup DBus D-BUS message system + * + * @{ */ -#undef DBUS_INSIDE_DBUS_H - /** @} */ + #endif /* DBUS_H -- cgit