aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/label.c')
-rw-r--r--src/gwin/label.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gwin/label.c b/src/gwin/label.c
index ffb9fa3d..4faba95c 100644
--- a/src/gwin/label.c
+++ b/src/gwin/label.c
@@ -7,12 +7,7 @@
/**
* @file src/gwin/label.c
- * @brief GWIN label widget header file.
- *
- * @defgroup Label Label
- * @ingroup GWIN
- *
- * @{
+ * @brief GWIN label widget header file
*/
#include "gfx.h"
@@ -171,5 +166,3 @@ static void gwinLabelDefaultDraw(GWidgetObject *gw, void *param) {
}
#endif // GFX_USE_GWIN && GFX_NEED_LABEL
-/** @} */
-