From 1a7d00076d0db4ea5b4d8bbd785e13890ef09d60 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 19:31:39 +0000 Subject: cleanup Doxygen warnings --- riscos/gui/status_bar.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'riscos/gui/status_bar.c') 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) -- cgit v1.2.3