summaryrefslogtreecommitdiff
path: root/riscos/menus.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 22:36:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 22:36:11 +0000
commite8277f2954229822fae75cb9b062b90a95c37a71 (patch)
tree837b0e8837ccca4cabe05bd042791634c1dd8211 /riscos/menus.c
parent1a7d00076d0db4ea5b4d8bbd785e13890ef09d60 (diff)
downloadnetsurf-e8277f2954229822fae75cb9b062b90a95c37a71.tar.gz
netsurf-e8277f2954229822fae75cb9b062b90a95c37a71.tar.bz2
doxgen warning fixes in riscos frontend.
Diffstat (limited to 'riscos/menus.c')
-rw-r--r--riscos/menus.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/riscos/menus.c b/riscos/menus.c
index 3aa26791c..a7926ff70 100644
--- a/riscos/menus.c
+++ b/riscos/menus.c
@@ -510,10 +510,8 @@ void ro_gui_menu_refresh(wimp_menu *menu)
/**
* Creates a wimp_menu and adds it to the list to handle actions for.
*
- * \param *menu The data to create the menu with
- * \param *callbacks A callback table for the menu (NULL if to be
- * handled in the 'old-fashined way' by menus.c).
- * \return The menu created, or NULL on failure
+ * \param menu The data to create the menu with
+ * \return The menu created, or NULL on failure
*/
wimp_menu *ro_gui_menu_define_menu(const struct ns_menu *menu)
{
@@ -807,7 +805,7 @@ menu_action ro_gui_menu_find_action(wimp_menu *menu, wimp_menu_entry *menu_entry
*
* \param menu the menu containing the action
* \param action the action to tick/untick
- * \param ticked whether to set the item as ticked
+ * \param shaded whether to set the item as shaded
*/
void ro_gui_menu_set_entry_shaded(wimp_menu *menu, menu_action action,
bool shaded)