summaryrefslogtreecommitdiff
path: root/riscos/wimp.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 22:36:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 22:36:11 +0000
commite8277f2954229822fae75cb9b062b90a95c37a71 (patch)
tree837b0e8837ccca4cabe05bd042791634c1dd8211 /riscos/wimp.c
parent1a7d00076d0db4ea5b4d8bbd785e13890ef09d60 (diff)
downloadnetsurf-e8277f2954229822fae75cb9b062b90a95c37a71.tar.gz
netsurf-e8277f2954229822fae75cb9b062b90a95c37a71.tar.bz2
doxgen warning fixes in riscos frontend.
Diffstat (limited to 'riscos/wimp.c')
-rw-r--r--riscos/wimp.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/riscos/wimp.c b/riscos/wimp.c
index 156dbe692..fe730a706 100644
--- a/riscos/wimp.c
+++ b/riscos/wimp.c
@@ -380,9 +380,10 @@ void ro_gui_set_icon_integer(wimp_w w, wimp_i i, int value)
/**
* Set the contents of an icon to a number.
*
- * \param w window handle
- * \param i icon handle
- * \param value value
+ * \param w window handle
+ * \param i icon handle
+ * \param value value to use in icon.
+ * \param decimal_places The number of decimal places to use.
*/
void ro_gui_set_icon_decimal(wimp_w w, wimp_i i, int value, int decimal_places)
{
@@ -414,9 +415,10 @@ void ro_gui_set_icon_decimal(wimp_w w, wimp_i i, int value, int decimal_places)
/**
* Get the contents of an icon as a number.
*
- * \param w window handle
- * \param i icon handle
- * \param value value
+ * \param w window handle
+ * \param i icon handle
+ * \param decimal_places number of places to show.
+ * \return value used.
*/
int ro_gui_get_icon_decimal(wimp_w w, wimp_i i, int decimal_places)
{
@@ -727,7 +729,7 @@ void ro_gui_set_window_title(wimp_w w, const char *text)
/**
* Places the caret in the first available icon
*
- * \w the window to place the caret in
+ * \param w the window to place the caret in
* \return true if the caret was placed, false otherwise
*/
bool ro_gui_set_caret_first(wimp_w w)