From 58a0d2759aedc854ccac78d7252f117662734142 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 21:57:31 +0000 Subject: 2006-10-21 Havoc Pennington * More documentation - all public API now documented according to Doxygen --- dbus/dbus-shared.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-shared.h') diff --git a/dbus/dbus-shared.h b/dbus/dbus-shared.h index 78d305ef..6d9284e7 100644 --- a/dbus/dbus-shared.h +++ b/dbus/dbus-shared.h @@ -40,9 +40,12 @@ extern "C" { * @defgroup DBusShared Shared constants * @ingroup DBus * - * Shared constants. + * @brief Shared header included by both libdbus and C/C++ bindings such as the GLib bindings. + * + * Usually a C/C++ binding such as the GLib or Qt binding won't want to include dbus.h in its + * public headers. However, a few constants and macros may be useful to include; those are + * found here and in dbus-protocol.h * - * @brief Stuff used by both dbus/dbus.h low-level and C/C++ binding APIs * @{ */ -- cgit