summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-message.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 18:17:02 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 18:17:02 +0000
commite19ebac55d671ecd92877af182300311afa7641a (patch)
tree7068a2c521a2d27d086f9f958f8d018d0d0a83e8 /dbus/dbus-message.h
parent716059087dcf7caeb12313520eee8fc4b554ef54 (diff)
2006-10-21 Havoc Pennington <hp@redhat.com>
* Clean up Doxygen group markers for public API so Doxygen finds everything (not comprehensively fixed for private API). Means all remaining Doxygen warnings are just about missing docs and thus pretty simple to resolve.
Diffstat (limited to 'dbus/dbus-message.h')
-rw-r--r--dbus/dbus-message.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/dbus/dbus-message.h b/dbus/dbus-message.h
index 8be5faa5..16d2272a 100644
--- a/dbus/dbus-message.h
+++ b/dbus/dbus-message.h
@@ -36,11 +36,16 @@
DBUS_BEGIN_DECLS
+/**
+ * @addtogroup DBusMessage
+ * @{
+ */
+
typedef struct DBusMessage DBusMessage;
typedef struct DBusMessageIter DBusMessageIter;
/**
- * DBusMessageIter struct; contains no public fields
+ * DBusMessageIter struct; contains no public fields.
*/
struct DBusMessageIter
{
@@ -207,6 +212,8 @@ void* dbus_message_get_data (DBusMessage *message,
int dbus_message_type_from_string (const char *type_str);
const char * dbus_message_type_to_string (int type);
+/** @} */
+
DBUS_END_DECLS
#endif /* DBUS_MESSAGE_H */