diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-20 03:05:00 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-20 03:05:00 +0000 |
commit | 15ef0ef6fbba7827453b7973e62b6c1853576601 (patch) | |
tree | ed41d284f4b698c44d9a9e202be4d4f25c1aab60 /dbus/dbus-marshal-header.c | |
parent | fe1f793a4f8296fb00d409a4a52b12ed7526caac (diff) |
2006-10-19 Havoc Pennington <hp@redhat.com>
* Fix a pile of Doxygen warnings and missing docs
Diffstat (limited to 'dbus/dbus-marshal-header.c')
-rw-r--r-- | dbus/dbus-marshal-header.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-marshal-header.c b/dbus/dbus-marshal-header.c index 6df8605b..564e47b5 100644 --- a/dbus/dbus-marshal-header.c +++ b/dbus/dbus-marshal-header.c @@ -67,8 +67,8 @@ _DBUS_STRING_DEFINE_STATIC(_dbus_local_path_str, DBUS_PATH_LOCAL); typedef struct { - unsigned char code; - unsigned char type; + unsigned char code; /**< the field code */ + unsigned char type; /**< the value type */ } HeaderFieldType; static const HeaderFieldType |