From 3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 11 Nov 2014 15:46:04 +0000 Subject: Doxygen cleanups in frontends --- riscos/window.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'riscos/window.c') diff --git a/riscos/window.c b/riscos/window.c index cf0735271..188a1d6e3 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -4526,7 +4526,7 @@ void ro_gui_window_clone_options( /** * Makes a browser window's options the default. * - * \param bw the browser window to read options from + * \param gui The riscos gui window to set default options in. */ void ro_gui_window_default_options(struct gui_window *gui) @@ -4564,9 +4564,9 @@ void ro_gui_window_default_options(struct gui_window *gui) * Prepare or reprepare a form select menu, setting up the menu handle * globals in the process. * - * \param *bw The browser window to contain the menu. - * \param *control The form control needing a menu. - * \return true if the menu is OK to be opened; else false. + * \param g The RISC OS gui window the menu is in. + * \param control The form control needing a menu. + * \return true if the menu is OK to be opened; else false. */ bool ro_gui_window_prepare_form_select_menu(struct gui_window *g, -- cgit v1.2.3