aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/list.c')
-rw-r--r--src/gwin/list.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gwin/list.c b/src/gwin/list.c
index a960e3ed..2024d411 100644
--- a/src/gwin/list.c
+++ b/src/gwin/list.c
@@ -7,12 +7,7 @@
/**
* @file src/gwin/list.c
- * @brief GWIN list widget header file.
- *
- * @defgroup List List
- * @ingroup GWIN
- *
- * @{
+ * @brief GWIN list widget header file
*/
#include "gfx.h"
@@ -696,5 +691,3 @@ static void gwinListDefaultDraw(GWidgetObject* gw, void* param) {
}
#endif // GFX_USE_GWIN && GWIN_NEED_LIST
-/** @} */
-