aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/checkbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/checkbox.c')
-rw-r--r--src/gwin/checkbox.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gwin/checkbox.c b/src/gwin/checkbox.c
index 11d76cb2..22e249ad 100644
--- a/src/gwin/checkbox.c
+++ b/src/gwin/checkbox.c
@@ -7,12 +7,7 @@
/**
* @file src/gwin/checkbox.c
- * @brief GWIN sub-system button code.
- *
- * @defgroup Checkbox Checkbox
- * @ingroup GWIN
- *
- * @{
+ * @brief GWIN sub-system button code
*/
#include "gfx.h"
@@ -195,5 +190,3 @@ void gwinCheckboxDraw_CheckOnRight(GWidgetObject *gw, void *param) {
}
#endif /* (GFX_USE_GWIN && GWIN_NEED_CHECKBOX) */
-/** @} */
-