From f3358b8da71efa53228d2e23a9e57ea88da28696 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 19 Dec 2005 23:58:22 +0000 Subject: * dbus/dbus-shared.h: Call it shared constants instead of shared macros * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings --- dbus/dbus-shared.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbus/dbus-shared.h') diff --git a/dbus/dbus-shared.h b/dbus/dbus-shared.h index 7e56a65b..357327da 100644 --- a/dbus/dbus-shared.h +++ b/dbus/dbus-shared.h @@ -34,10 +34,10 @@ extern "C" { /* Normally docs are in .c files, but there isn't a .c file for this. */ /** - * @defgroup DBusShared Shared macros + * @defgroup DBusShared Shared constants * @ingroup DBus * - * Shared macros. + * Shared constants. * * @brief Stuff used by both dbus/dbus.h low-level and C/C++ binding APIs * @{ @@ -73,7 +73,7 @@ typedef enum #define DBUS_INTERFACE_PROPERTIES "org.freedesktop.DBus.Properties" #define DBUS_INTERFACE_PEER "org.freedesktop.DBus.Peer" -/* This is a special interface whose methods can only be invoked +/** This is a special interface whose methods can only be invoked * by the local implementation (messages from remote apps aren't * allowed to specify this interface). */ -- cgit