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-hash.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dbus/dbus-hash.h') diff --git a/dbus/dbus-hash.h b/dbus/dbus-hash.h index 4424e8c8..71f2f6a4 100644 --- a/dbus/dbus-hash.h +++ b/dbus/dbus-hash.h @@ -29,6 +29,11 @@ DBUS_BEGIN_DECLS +/** + * @addtogroup DBusHashTable + * @{ + */ + /** Hash iterator object. The iterator is on the stack, but its real * fields are hidden privately. */ @@ -128,6 +133,7 @@ void _dbus_hash_table_insert_string_preallocated (DBusHashTable char *key, void *value); +/** @} */ DBUS_END_DECLS -- cgit