diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-21 18:17:02 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-21 18:17:02 +0000 |
commit | e19ebac55d671ecd92877af182300311afa7641a (patch) | |
tree | 7068a2c521a2d27d086f9f958f8d018d0d0a83e8 /dbus/dbus-signature.h | |
parent | 716059087dcf7caeb12313520eee8fc4b554ef54 (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-signature.h')
-rw-r--r-- | dbus/dbus-signature.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dbus/dbus-signature.h b/dbus/dbus-signature.h index f7dbb60b..b62a5859 100644 --- a/dbus/dbus-signature.h +++ b/dbus/dbus-signature.h @@ -34,6 +34,11 @@ DBUS_BEGIN_DECLS /** + * @addtogroup DBusSignature + * @{ + */ + +/** * DBusSignatureIter struct; contains no public fields */ typedef struct @@ -69,6 +74,8 @@ dbus_bool_t dbus_type_is_basic (int typecode); dbus_bool_t dbus_type_is_container (int typecode); dbus_bool_t dbus_type_is_fixed (int typecode); +/** @} */ + DBUS_END_DECLS #endif /* DBUS_SIGNATURE_H */ |