From b136631cb98149ef4e3189f04feecb506e91d36c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 25 Apr 2017 11:59:25 +0200 Subject: Fix typo in function declaration documentation --- include/widgets/widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/widgets/widget.h b/include/widgets/widget.h index 1c172bf0..990e50b4 100644 --- a/include/widgets/widget.h +++ b/include/widgets/widget.h @@ -106,7 +106,7 @@ void widget_enable ( widget *widget ); void widget_draw ( widget *widget, cairo_t *d ); /** - * @param widget Handle to the widget + * @param wid Handle to the widget * * Free the widget and all allocated memory. */ -- cgit v1.2.3