summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-shared.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-12-19 23:58:22 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-12-19 23:58:22 +0000
commitf3358b8da71efa53228d2e23a9e57ea88da28696 (patch)
tree3a9a714200e5e6b885a3683d084f60f7f57146c2 /dbus/dbus-shared.h
parentba8bd930b32557470449cb73771fc0f6e01a4f5a (diff)
* dbus/dbus-shared.h: Call it shared constants instead of shared macros
* dbus/dbus-protocol.h: add DOxygen markup to quiet warnings
Diffstat (limited to 'dbus/dbus-shared.h')
-rw-r--r--dbus/dbus-shared.h6
1 files changed, 3 insertions, 3 deletions
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).
*/