--- a/finch/gntmenuutil.h Fri Jan 31 17:56:27 2014 +0530 +++ b/finch/gntmenuutil.h Fri Jan 31 18:14:33 2014 +0530 @@ -37,9 +37,9 @@ /** * Add a PurpleMenuAction to a GntMenu. * - * @param menu the GntMenu to add to - * @param action the PurpleMenuAction to add - * @param ctx the callback context, passed as the first argument to + * @menu: the GntMenu to add to + * @action: the PurpleMenuAction to add + * @ctx: the callback context, passed as the first argument to * the PurpleMenuAction's PurpleCallback function. */ void gnt_append_menu_action(GntMenu *menu, PurpleMenuAction *action, gpointer ctx);