aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/button.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/button.c')
-rw-r--r--src/gwin/button.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gwin/button.c b/src/gwin/button.c
index da68d267..af837486 100644
--- a/src/gwin/button.c
+++ b/src/gwin/button.c
@@ -7,12 +7,7 @@
/**
* @file src/gwin/button.c
- * @brief GWIN sub-system button code.
- *
- * @defgroup Button Button
- * @ingroup GWIN
- *
- * @{
+ * @brief GWIN sub-system button code
*/
#include "gfx.h"
@@ -350,5 +345,3 @@ static const GColorSet *getDrawColors(GWidgetObject *gw) {
#endif
#endif /* GFX_USE_GWIN && GWIN_NEED_BUTTON */
-/** @} */
-