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-bus.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dbus/dbus-bus.h') diff --git a/dbus/dbus-bus.h b/dbus/dbus-bus.h index b4933af3..2c697abd 100644 --- a/dbus/dbus-bus.h +++ b/dbus/dbus-bus.h @@ -31,6 +31,11 @@ DBUS_BEGIN_DECLS +/** + * @addtogroup DBusBus + * @{ + */ + DBusConnection *dbus_bus_get (DBusBusType type, DBusError *error); DBusConnection *dbus_bus_get_private (DBusBusType type, @@ -70,6 +75,8 @@ void dbus_bus_remove_match (DBusConnection *connection, void _dbus_bus_notify_shared_connection_disconnected_unlocked (DBusConnection *connection); +/** @} */ + DBUS_END_DECLS #endif /* DBUS_BUS_H */ -- cgit