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-watch.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dbus/dbus-watch.h') diff --git a/dbus/dbus-watch.h b/dbus/dbus-watch.h index 3dc0b24e..cbb5945c 100644 --- a/dbus/dbus-watch.h +++ b/dbus/dbus-watch.h @@ -28,6 +28,11 @@ DBUS_BEGIN_DECLS +/** + * @addtogroup DBusWatchInternals + * @{ + */ + /* Public methods on DBusWatch are in dbus-connection.h */ typedef struct DBusWatchList DBusWatchList; @@ -69,6 +74,7 @@ void _dbus_watch_list_toggle_watch (DBusWatchList *watch_li DBusWatch *watch, dbus_bool_t enabled); +/** @} */ DBUS_END_DECLS -- cgit