summaryrefslogtreecommitdiff
path: root/riscos/gui/status_bar.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 19:31:39 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 19:31:39 +0000
commit1a7d00076d0db4ea5b4d8bbd785e13890ef09d60 (patch)
tree01b01237b5787fe64cb5444e04250fe1939905d4 /riscos/gui/status_bar.c
parent740387be8dc71d34811aa70fdba613dd85ebc651 (diff)
downloadnetsurf-1a7d00076d0db4ea5b4d8bbd785e13890ef09d60.tar.gz
netsurf-1a7d00076d0db4ea5b4d8bbd785e13890ef09d60.tar.bz2
cleanup Doxygen warnings
Diffstat (limited to 'riscos/gui/status_bar.c')
-rw-r--r--riscos/gui/status_bar.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/riscos/gui/status_bar.c b/riscos/gui/status_bar.c
index 57a32ae7f..690ddbce9 100644
--- a/riscos/gui/status_bar.c
+++ b/riscos/gui/status_bar.c
@@ -210,6 +210,7 @@ unsigned int ro_gui_status_bar_get_width(struct status_bar *sb)
* Set the visibility status of the status bar
*
* \param sb the status bar to check the visiblity of
+ * \param visible if teh status bar should be shown or not.
* \return whether the status bar is visible
*/
void ro_gui_status_bar_set_visible(struct status_bar *sb, bool visible)
@@ -263,8 +264,8 @@ void ro_gui_status_bar_set_progress_value(struct status_bar *sb,
/**
* Set the range of the progress bar
*
- * \param pb the status bar to set the range of
- * \param value the value to use, or 0 to turn off the progress bar
+ * \param sb the status bar to set the range of
+ * \param range the range of the progress bar
*/
void ro_gui_status_bar_set_progress_range(struct status_bar *sb,
unsigned int range)
@@ -293,7 +294,7 @@ void ro_gui_status_bar_set_progress_range(struct status_bar *sb,
/**
* Set the icon for the progress bar
*
- * \param pb the status bar to set the icon for
+ * \param sb the status bar to set the icon for
* \param icon the icon to use, or NULL for no icon
*/
void ro_gui_status_bar_set_progress_icon(struct status_bar *sb,
@@ -308,6 +309,7 @@ void ro_gui_status_bar_set_progress_icon(struct status_bar *sb,
/**
* Set the text to display in the status bar
*
+ * \param sb the status bar to set the text for
* \param text the UTF8 text to display, or NULL for none
*/
void ro_gui_status_bar_set_text(struct status_bar *sb, const char *text)