summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-hash.h')
-rw-r--r--dbus/dbus-hash.h6
1 files changed, 6 insertions, 0 deletions
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