From bf172ce4c5856af21f5ee208960bf718a5058ad9 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 23:09:18 +0000 Subject: 2006-10-21 Havoc Pennington * Documentation! Whee! Doxygen now 100% silent. If you make it angry again, you will be punished. --- dbus/dbus-protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbus/dbus-protocol.h') 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 */ -- cgit