summaryrefslogtreecommitdiff
path: root/riscos/download.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/download.c
parent8a6500c539a1c253cb864f0b2665f66611ebfbd3 (diff)
downloadnetsurf-3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7.tar.gz
netsurf-3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7.tar.bz2
Doxygen cleanups in frontends
Diffstat (limited to 'riscos/download.c')
-rw-r--r--riscos/download.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/riscos/download.c b/riscos/download.c
index ff77cda1d..7570a1ca0 100644
--- a/riscos/download.c
+++ b/riscos/download.c
@@ -273,8 +273,9 @@ static nserror download_ro_filetype(download_context *ctx, bits *ftype_out)
/**
* Create and open a download progress window.
*
- * \param ctx Download context
- * \return a new gui_download_window structure, or 0 on error and error
+ * \param ctx Download context
+ * \param gui The RISCOS gui window to download for.
+ * \return A new gui_download_window structure, or NULL on error and error
* reported
*/
@@ -829,7 +830,6 @@ static void gui_download_window_done(struct gui_download_window *dw)
/**
* Handle Mouse_Click events in a download window.
*
- * \param dw download window
* \param pointer block returned by Wimp_Poll
*/
@@ -883,7 +883,6 @@ bool ro_gui_download_click(wimp_pointer *pointer)
/**
* Handler Key_Press events in a download window.
*
- * \param dw download window
* \param key key press returned by Wimp_Poll
* \return true iff key press handled
*/