From e19ebac55d671ecd92877af182300311afa7641a Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 18:17:02 +0000 Subject: 2006-10-21 Havoc Pennington * Clean up Doxygen group markers for public API so Doxygen finds everything (not comprehensively fixed for private API). Means all remaining Doxygen warnings are just about missing docs and thus pretty simple to resolve. --- dbus/dbus-memory.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dbus/dbus-memory.h') diff --git a/dbus/dbus-memory.h b/dbus/dbus-memory.h index 7f6c275d..2c9e19ee 100644 --- a/dbus/dbus-memory.h +++ b/dbus/dbus-memory.h @@ -32,6 +32,11 @@ DBUS_BEGIN_DECLS +/** + * @addtogroup DBusMemory + * @{ + */ + void* dbus_malloc (size_t bytes); void* dbus_malloc0 (size_t bytes); void* dbus_realloc (void *memory, @@ -47,6 +52,8 @@ typedef void (* DBusFreeFunction) (void *memory); void dbus_shutdown (void); +/** @} */ + DBUS_END_DECLS #endif /* DBUS_MEMORY_H */ -- cgit