From 0b204ed8e39d900c22f11e02c47de970648dbb31 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 20 May 2014 18:05:38 +0200 Subject: Reworking the GWIN doxygen documentation. --- src/gwin/checkbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gwin/checkbox.h') diff --git a/src/gwin/checkbox.h b/src/gwin/checkbox.h index 529fc757..c124078e 100644 --- a/src/gwin/checkbox.h +++ b/src/gwin/checkbox.h @@ -10,7 +10,7 @@ * @brief GWIN Graphic window subsystem header file. * * @defgroup Checkbox Checkbox - * @ingroup GWIN + * @ingroup Widgets * * @details GWIN allows it to easily create a group of checkbox buttons. * @@ -109,7 +109,7 @@ bool_t gwinCheckboxIsChecked(GHandle gh); */ void gwinCheckboxDraw_CheckOnLeft(GWidgetObject *gw, void *param); void gwinCheckboxDraw_CheckOnRight(GWidgetObject *gw, void *param); -/* @} */ +/** @} */ #endif /* _GWIN_CHECKBOX_H */ /** @} */ -- cgit v1.2.3