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-connection.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dbus/dbus-connection.h') diff --git a/dbus/dbus-connection.h b/dbus/dbus-connection.h index 1e78c1f3..465cdbf4 100644 --- a/dbus/dbus-connection.h +++ b/dbus/dbus-connection.h @@ -34,6 +34,11 @@ DBUS_BEGIN_DECLS +/** + * @addtogroup DBusConnection + * @{ + */ + typedef struct DBusWatch DBusWatch; typedef struct DBusTimeout DBusTimeout; typedef struct DBusPreallocatedSend DBusPreallocatedSend; @@ -262,6 +267,8 @@ dbus_bool_t dbus_connection_get_socket (DBusConnection char* dbus_get_local_machine_id (void); +/** @} */ + DBUS_END_DECLS #endif /* DBUS_CONNECTION_H */ -- cgit