# HG changeset patch # User Mark Doliner # Date 1121751096 0 # Node ID 0754ce8f1122b5ea6d7a3662aff95e2f9977bb0b # Parent 83dab64c560676fdad864311db1743d3066690e0 [gaim-migrate @ 13185] Doxygen fixes committer: Tailor Script diff -r 83dab64c5606 -r 0754ce8f1122 src/dbus-server.h --- a/src/dbus-server.h Tue Jul 19 05:20:55 2005 +0000 +++ b/src/dbus-server.h Tue Jul 19 05:31:36 2005 +0000 @@ -97,8 +97,8 @@ /** Registers a typed pointer. - @node The pointer to register. - @type Type of that pointer. + @param node The pointer to register. + @param type Type of that pointer. */ void gaim_dbus_register_pointer(gpointer node, GaimDBusPointerType type); @@ -106,7 +106,7 @@ Unregisters a pointer previously registered with gaim_dbus_register_pointer. - @node The pointer to register. + @param node The pointer to register. */ void gaim_dbus_unregister_pointer(gpointer node); @@ -194,7 +194,7 @@ @param object The #GaimObject (usually #gaim_dbus_object) @param dbus_id Id of the signal. - @param vargs A va_list containing the actual parameters. + @param args A va_list containing the actual parameters. */ void gaim_dbus_signal_emit_valist(GaimObject *object, int dbus_id, va_list args); diff -r 83dab64c5606 -r 0754ce8f1122 src/ft.h --- a/src/ft.h Tue Jul 19 05:20:55 2005 +0000 +++ b/src/ft.h Tue Jul 19 05:31:36 2005 +0000 @@ -540,20 +540,13 @@ void gaim_xfer_update_progress(GaimXfer *xfer); /** - * Updates file transfer progress. - * - * @param xfer The file transfer. - */ -void gaim_xfer_update_progress(GaimXfer *xfer); - -/** * Displays a file transfer-related message in the conversation window * * This is a wrapper around gaim_conversation_write * * @param xfer The file transfer to which this message relates. * @param message The message to display. - * @param gboolean Is this an error message?. + * @param is_error Is this an error message?. */ void gaim_xfer_conversation_write(GaimXfer *xfer, char *message, gboolean is_error); diff -r 83dab64c5606 -r 0754ce8f1122 src/status.h --- a/src/status.h Tue Jul 19 05:20:55 2005 +0000 +++ b/src/status.h Tue Jul 19 05:31:36 2005 +0000 @@ -1,4 +1,7 @@ /* + * @file status.h Status API + * @ingroup core + * * gaim * * Gaim is the legal property of its developers, whose names are too numerous @@ -23,9 +26,6 @@ #define _GAIM_STATUS_H_ /** - * @file status.h Status API - * @ingroup core - * * A brief explanation of the status API: * * GaimStatusType's are created by each PRPL. They outline the