From 53ccfd37ced61eb026bef69a3af08542b834ed38 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 12 Jun 2018 10:24:18 +0200 Subject: [PATCH] Fix documentation error in icon widget header file. --- include/widgets/icon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/widgets/icon.h b/include/widgets/icon.h index c7bf556f..d2dfb1d2 100644 --- a/include/widgets/icon.h +++ b/include/widgets/icon.h @@ -52,7 +52,7 @@ typedef struct _icon icon; icon * icon_create ( widget *parent, const char *name ); /** - * @param widget The icon widget handle. + * @param icon The icon widget handle. * @param size The size of the icon. * */