diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-21 18:17:02 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-21 18:17:02 +0000 |
commit | e19ebac55d671ecd92877af182300311afa7641a (patch) | |
tree | 7068a2c521a2d27d086f9f958f8d018d0d0a83e8 /dbus/dbus-server.h | |
parent | 716059087dcf7caeb12313520eee8fc4b554ef54 (diff) | |
download | dbus-e19ebac55d671ecd92877af182300311afa7641a.tar.gz |
2006-10-21 Havoc Pennington <hp@redhat.com>
* 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.
Diffstat (limited to 'dbus/dbus-server.h')
-rw-r--r-- | dbus/dbus-server.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dbus/dbus-server.h b/dbus/dbus-server.h index b5efb364..caea4d70 100644 --- a/dbus/dbus-server.h +++ b/dbus/dbus-server.h @@ -34,6 +34,11 @@ DBUS_BEGIN_DECLS +/** + * @addtogroup DBusServer + * @{ + */ + typedef struct DBusServer DBusServer; typedef void (* DBusNewConnectionFunction) (DBusServer *server, @@ -75,6 +80,8 @@ dbus_bool_t dbus_server_set_data (DBusServer *server, void* dbus_server_get_data (DBusServer *server, int slot); +/** @} */ + DBUS_END_DECLS #endif /* DBUS_SERVER_H */ |