aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gcontainer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gcontainer.c')
-rw-r--r--src/gwin/gcontainer.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gwin/gcontainer.c b/src/gwin/gcontainer.c
index 3f6bfb56..998433b4 100644
--- a/src/gwin/gcontainer.c
+++ b/src/gwin/gcontainer.c
@@ -7,12 +7,7 @@
/**
* @file src/gwin/gcontainer.c
- * @brief GWIN sub-system container code.
- *
- * @defgroup Containers Containers
- * @ingroup GWIN
- *
- * @{
+ * @brief GWIN sub-system container code
*/
#include "gfx.h"
@@ -190,4 +185,3 @@ GHandle gwinGContainerCreate(GDisplay *g, GContainerObject *gc, const GWidgetIni
}
#endif
-/** @} */