diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-21 23:09:18 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-21 23:09:18 +0000 |
commit | bf172ce4c5856af21f5ee208960bf718a5058ad9 (patch) | |
tree | 67f6be61c858a92d8ba388190d5ae3915c5f46b5 /dbus/dbus-protocol.h | |
parent | 58a0d2759aedc854ccac78d7252f117662734142 (diff) |
2006-10-21 Havoc Pennington <hp@redhat.com>
* Documentation! Whee! Doxygen now 100% silent. If you make it
angry again, you will be punished.
Diffstat (limited to 'dbus/dbus-protocol.h')
-rw-r--r-- | dbus/dbus-protocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus/dbus-protocol.h b/dbus/dbus-protocol.h index 6198fd88..c7693cd6 100644 --- a/dbus/dbus-protocol.h +++ b/dbus/dbus-protocol.h @@ -50,10 +50,10 @@ extern "C" { /* Message byte order */ -#define DBUS_LITTLE_ENDIAN ('l') /**< LSB first */ -#define DBUS_BIG_ENDIAN ('B') /**< MSB first */ +#define DBUS_LITTLE_ENDIAN ('l') /**< Code marking LSB-first byte order in the wire protocol. */ +#define DBUS_BIG_ENDIAN ('B') /**< Code marking MSB-first byte order in the wire protocol. */ -/** Protocol version */ +/** Protocol version. */ #define DBUS_MAJOR_PROTOCOL_VERSION 1 /** Type code that is never equal to a legitimate type code */ |