--- a/finch/gntpounce.h Fri Jan 31 18:02:20 2014 +0530 +++ b/finch/gntpounce.h Fri Jan 31 18:22:41 2014 +0530 @@ -31,9 +31,9 @@ /** * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. * - * @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. + * @account: The optional account to use. + * @name: The optional name to pounce on. + * @cur_pounce: The current buddy pounce, if editing an existing one. */ void finch_pounce_editor_show(PurpleAccount *account, const char *name, PurplePounce *cur_pounce); @@ -51,7 +51,7 @@ /** * Returns the gtkpounces handle * - * @return The handle to the GTK+ pounces system + * Returns: The handle to the GTK+ pounces system */ void *finch_pounces_get_handle(void);