--- a/finch/libgnt/gntmenu.h Wed Jan 29 10:10:12 2014 +0530 +++ b/finch/libgnt/gntmenu.h Wed Jan 29 10:49:02 2014 +0530 @@ -86,34 +86,34 @@ G_BEGIN_DECLS /** - * Returns: The GType for GntMenu. + * @return The GType for GntMenu. */ GType gnt_menu_get_gtype(void); /** * Create a new menu. * - * @type: The type of the menu, whether it's a toplevel menu or a popup menu. + * @param type The type of the menu, whether it's a toplevel menu or a popup menu. * - * Returns: The newly created menu. + * @return The newly created menu. */ GntWidget * gnt_menu_new(GntMenuType type); /** * Add an item to the menu. * - * @menu: The menu. - * @item: The item to add to the menu. + * @param menu The menu. + * @param item The item to add to the menu. */ void gnt_menu_add_item(GntMenu *menu, GntMenuItem *item); /** * Return the GntMenuItem with the given ID. * - * @menu: The menu. - * @id: The ID for an item. + * @param menu The menu. + * @param id The ID for an item. * - * Returns: The menuitem with the given ID, or %NULL. + * @return The menuitem with the given ID, or @c NULL. * * @since 2.3.0 */