diff options
Diffstat (limited to 'dbus/dbus-hash.c')
-rw-r--r-- | dbus/dbus-hash.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dbus/dbus-hash.c b/dbus/dbus-hash.c index 15272510..419a7848 100644 --- a/dbus/dbus-hash.c +++ b/dbus/dbus-hash.c @@ -145,7 +145,8 @@ typedef DBusHashEntry* (* DBusFindEntryFunction) (DBusHashTable *table, DBusHashEntry ***bucket); /** - * Hash table internal members. + * Hash table internal members. Hash tables are opaque objects, + * they must be used via accessor functions. */ struct DBusHashTable { int refcount; /**< Reference count */ @@ -216,7 +217,7 @@ static void remove_entry (DBusHashTable *table, static void free_entry (DBusHashTable *table, DBusHashEntry *entry); -/** }@ */ +/** @} */ /** * @addtogroup DBusHashTable @@ -1056,7 +1057,7 @@ _dbus_hash_table_get_n_entries (DBusHashTable *table) return table->n_entries; } -/** }@ */ +/** @} */ #ifdef DBUS_BUILD_TESTS #include "dbus-test.h" |