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-pending-call.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dbus/dbus-pending-call.h') diff --git a/dbus/dbus-pending-call.h b/dbus/dbus-pending-call.h index ed2de084..ec066178 100644 --- a/dbus/dbus-pending-call.h +++ b/dbus/dbus-pending-call.h @@ -33,6 +33,11 @@ DBUS_BEGIN_DECLS +/** + * @addtogroup DBusPendingCall + * @{ + */ + DBusPendingCall* dbus_pending_call_ref (DBusPendingCall *pending); void dbus_pending_call_unref (DBusPendingCall *pending); dbus_bool_t dbus_pending_call_set_notify (DBusPendingCall *pending, @@ -52,6 +57,9 @@ dbus_bool_t dbus_pending_call_set_data (DBusPendingCall *pending, DBusFreeFunction free_data_func); void* dbus_pending_call_get_data (DBusPendingCall *pending, dbus_int32_t slot); + +/** @} */ + DBUS_END_DECLS #endif /* DBUS_PENDING_CALL_H */ -- cgit