summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-11 15:46:04 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-11 15:46:04 +0000
commit3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7 (patch)
treee5fd8a60466bbdc8f0c88e0dceaf2e59cb029e0b /riscos/window.c
parent8a6500c539a1c253cb864f0b2665f66611ebfbd3 (diff)
downloadnetsurf-3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7.tar.gz
netsurf-3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7.tar.bz2
Doxygen cleanups in frontends
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c8
1 files changed, 4 insertions, 4 deletions
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,