diff -r d891503c8aa6 -r d9bcdc9a91e6 pidgin/gtkpounce.h --- a/pidgin/gtkpounce.h Wed Jan 29 10:10:12 2014 +0530 +++ b/pidgin/gtkpounce.h Wed Jan 29 10:49:02 2014 +0530 @@ -33,9 +33,9 @@ /** * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. * - * @account: The optional account to use. - * @name: The optional name to pounce on. - * @cur_pounce: The current buddy pounce, if editing an existing one. + * @param account The optional account to use. + * @param name The optional name to pounce on. + * @param cur_pounce The current buddy pounce, if editing an existing one. */ void pidgin_pounce_editor_show(PurpleAccount *account, const char *name, PurplePounce *cur_pounce); @@ -53,7 +53,7 @@ /** * Returns the gtkpounces handle * - * Returns: The handle to the GTK+ pounces system + * @return The handle to the GTK+ pounces system */ void *pidgin_pounces_get_handle(void);