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-sysdeps.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dbus/dbus-sysdeps.h') diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 7db23e57..98ea8d1d 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -41,6 +41,12 @@ DBUS_BEGIN_DECLS +/** + * @addtogroup DBusSysdeps + * + * @{ + */ + /* The idea of this file is to encapsulate everywhere that we're * relying on external libc features, for ease of security * auditing. The idea is from vsftpd. This also gives us a chance to @@ -386,6 +392,8 @@ dbus_bool_t _dbus_read_local_machine_uuid (DBusGUID *machine_id, DBusError *error); +/** @} */ + DBUS_END_DECLS #endif /* DBUS_SYSDEPS_H */ -- cgit