--- a/pidgin/gtkaccount.h Fri Jan 31 17:56:27 2014 +0530 +++ b/pidgin/gtkaccount.h Fri Jan 31 18:14:33 2014 +0530 @@ -52,8 +52,8 @@ /** * Shows an add/modify account dialog. * - * @param type The type of dialog. - * @param account The associated account, or @c NULL for an Add dialog. + * @type: The type of dialog. + * @account: The associated account, or %NULL for an Add dialog. */ void pidgin_account_dialog_show(PidginAccountDialogType type, PurpleAccount *account); @@ -61,14 +61,14 @@ /** * Returns the GTK+ account UI ops * - * @return The UI operations structure. + * Returns: The UI operations structure. */ PurpleAccountUiOps *pidgin_accounts_get_ui_ops(void); /** * Returns the gtkaccounts handle * - * @return The handle to the GTK+ account system + * Returns: The handle to the GTK+ account system */ void *pidgin_accounts_get_handle(void);