aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/frame.c')
-rw-r--r--src/gwin/frame.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gwin/frame.c b/src/gwin/frame.c
index dad807ca..063d847a 100644
--- a/src/gwin/frame.c
+++ b/src/gwin/frame.c
@@ -8,11 +8,6 @@
/**
* @file src/gwin/frame.c
* @brief GWIN sub-system frame code.
- *
- * @defgroup Frame Frame
- * @ingroup GWIN
- *
- * @{
*/
#include "gfx.h"
@@ -229,5 +224,3 @@ static void gwinFrameDraw_Std(GWidgetObject *gw, void *param) {
}
#endif /* (GFX_USE_GWIN && GWIN_NEED_FRAME) || defined(__DOXYGEN__) */
-/** @} */
-