summaryrefslogtreecommitdiffstats
path: root/include/widgets
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-05-05 22:39:03 +0200
committerDave Davenport <qball@gmpclient.org>2021-05-05 22:39:03 +0200
commitfa96f32846d858133378aee2b17a7e9e8ef1a085 (patch)
tree3b1c0e1d960614fa0078635a0210ef74de94bd99 /include/widgets
parentd212c5b2ed9b440b8c2110b16b5c2795bc8fac42 (diff)
More doxygen cleanups. (1 warning left I don't understand)
Diffstat (limited to 'include/widgets')
-rw-r--r--include/widgets/widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widgets/widget.h b/include/widgets/widget.h
index 3c8724b1..06f57d96 100644
--- a/include/widgets/widget.h
+++ b/include/widgets/widget.h
@@ -244,7 +244,7 @@ int widget_get_x_pos ( widget *widget );
* @param x A pointer to the absolute X coordinates
* @param y A pointer to the absolute Y coordinates
*
- * Will modify @param x and @param y to make them relative to @param widget .
+ * Will modify param x and param y to make them relative to param widget .
*/
void widget_xy_to_relative ( widget *widget, gint *x, gint *y );
@@ -288,7 +288,7 @@ widget *widget_find_mouse_target ( widget *wid, WidgetType type, gint x, gint y
* @param y A pointer to the y coordinate of the click
*
* Trigger an action on widget.
- * @param x and @param y are relative to @param wid .
+ * param x and param y are relative to param wid .
*
* @returns Whether the action was handled or not
*/