diff options
author | Havoc Pennington <hp@redhat.com> | 2002-11-23 07:05:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2002-11-23 07:05:53 +0000 |
commit | 55de3878c42f8254bac653b7c1998e79a1658ae2 (patch) | |
tree | 4b82a4f6cab2d11a9dbef77def9b16875899b55d /dbus/dbus-hash.c | |
parent | 1428c65e7c46fd9f52e43b7424c56552ec2686e8 (diff) |
2002-11-23 Havoc Pennington <hp@pobox.com>
* dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
to avoid confusing Doxygen
* dbus/dbus-hash.c: @} not }@
* dbus/dbus-message.c (struct DBusMessage): split out
internals docs
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" |