From e8277f2954229822fae75cb9b062b90a95c37a71 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 22:36:11 +0000 Subject: doxgen warning fixes in riscos frontend. --- riscos/iconbar.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'riscos/iconbar.c') diff --git a/riscos/iconbar.c b/riscos/iconbar.c index 9ca58c595..c234bc25d 100644 --- a/riscos/iconbar.c +++ b/riscos/iconbar.c @@ -187,11 +187,12 @@ void ro_gui_iconbar_menu_warning(wimp_w w, wimp_i i, wimp_menu *menu, /** * Handle selections from the iconbar menu * - * \param w The window owning the menu. - * \param i The icon owning the menu. - * \param *selection The wimp menu selection data. - * \param action The selected menu action. - * \return true if action accepted; else false. + * \param w The window owning the menu. + * \param i The icon owning the menu. + * \param menu The wimp menu + * \param selection The wimp menu selection data. + * \param action The selected menu action. + * \return true if action accepted; else false. */ bool ro_gui_iconbar_menu_select(wimp_w w, wimp_i i, wimp_menu *menu, -- cgit v1.2.3