summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps-unix.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 18:17:02 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 18:17:02 +0000
commite19ebac55d671ecd92877af182300311afa7641a (patch)
tree7068a2c521a2d27d086f9f958f8d018d0d0a83e8 /dbus/dbus-sysdeps-unix.h
parent716059087dcf7caeb12313520eee8fc4b554ef54 (diff)
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-sysdeps-unix.h')
-rw-r--r--dbus/dbus-sysdeps-unix.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps-unix.h b/dbus/dbus-sysdeps-unix.h
index f1fe3b0c..f72493a7 100644
--- a/dbus/dbus-sysdeps-unix.h
+++ b/dbus/dbus-sysdeps-unix.h
@@ -34,6 +34,13 @@
DBUS_BEGIN_DECLS
+/**
+ * @defgroup DBusSysdepsUnix UNIX-specific internal API
+ * @ingroup DBusInternals
+ * @brief Internal system-dependent API available on UNIX only
+ * @{
+ */
+
dbus_bool_t
_dbus_close (int fd,
DBusError *error);
@@ -64,6 +71,8 @@ int _dbus_listen_unix_socket (const char *path,
dbus_bool_t abstract,
DBusError *error);
+/** @} */
+
DBUS_END_DECLS
#endif /* DBUS_SYSDEPS_UNIX_H */