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-unix.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dbus/dbus-sysdeps-unix.c') diff --git a/dbus/dbus-sysdeps-unix.c b/dbus/dbus-sysdeps-unix.c index c8a349cc..01b712b3 100644 --- a/dbus/dbus-sysdeps-unix.c +++ b/dbus/dbus-sysdeps-unix.c @@ -73,11 +73,6 @@ #define socklen_t int #endif -/** - * @addtogroup DBusInternalsUtils - * @{ - */ - static dbus_bool_t _dbus_open_socket (int *fd, int domain, @@ -2506,6 +2501,4 @@ _dbus_read_local_machine_uuid (DBusGUID *machine_id, return _dbus_read_uuid_file (&filename, machine_id, create_if_not_found, error); } -/** @} end of sysdeps */ - /* tests in dbus-sysdeps-util.c */ -- cgit