dbus/dbus dbus-message.c, 1.172, 1.173 dbus-signature.c, 1.4,
1.5 dbus-sysdeps.c, 1.96, 1.97
Havoc Pennington
hp at freedesktop.org
Sun Jul 31 12:09:18 EST 2005
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv32631/dbus
Modified Files:
dbus-message.c dbus-signature.c dbus-sysdeps.c
Log Message:
2005-07-30 Havoc Pennington <hp at redhat.com>
* fix a bunch of Doxygen warnings and mistakes
Index: dbus-message.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-message.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- dbus-message.c 27 Jul 2005 19:38:41 -0000 1.172
+++ dbus-message.c 31 Jul 2005 02:09:15 -0000 1.173
@@ -2434,6 +2434,7 @@
* Checks if the message has a path
*
* @param message the message
+ * @param path the path name
* @returns #TRUE if there is a path field in the header
*/
dbus_bool_t
@@ -2554,6 +2555,7 @@
* Checks if the message has an interface
*
* @param message the message
+ * @param interface the interface name
* @returns #TRUE if there is a interface field in the header
*/
dbus_bool_t
@@ -2634,6 +2636,7 @@
* Checks if the message has an interface member
*
* @param message the message
+ * @param member the member name
* @returns #TRUE if there is a member field in the header
*/
dbus_bool_t
Index: dbus-signature.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-signature.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbus-signature.c 11 May 2005 18:07:22 -0000 1.4
+++ dbus-signature.c 31 Jul 2005 02:09:15 -0000 1.5
@@ -35,7 +35,9 @@
} DBusSignatureRealIter;
/**
- * @addtogroup DBusSignature
+ * @defgroup DBusSignature Type signature parsing
+ * @ingroup DBus
+ * @brief Parsing D-BUS type signatures
* @{
*/
@@ -200,7 +202,7 @@
* Check a type signature for validity.
*
* @param signature a potentially invalid type signature
- * @error error return
+ * @param error error return
* @returns TRUE iif signature is valid
*/
dbus_bool_t
@@ -222,7 +224,7 @@
* one complete type.
*
* @param signature a potentially invalid type signature
- * @error error return
+ * @param error error return
* @returns TRUE iif signature is valid and has exactly one complete type
*/
dbus_bool_t
Index: dbus-sysdeps.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-sysdeps.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- dbus-sysdeps.c 30 Jul 2005 15:17:29 -0000 1.96
+++ dbus-sysdeps.c 31 Jul 2005 02:09:15 -0000 1.97
@@ -1161,6 +1161,7 @@
* Checks to make sure the given directory is
* private to the user
*
+* @param dir the name of the directory
* @param error error return
* @returns #FALSE on failure
**/
More information about the dbus-commit
mailing list