aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/checkbox.h')
-rw-r--r--src/gwin/checkbox.h4
1 files changed, 2 insertions, 2 deletions
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 */
/** @} */