diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gwin/gwin.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index cca02d7e..5d5f5a5a 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -21,9 +21,12 @@ * @file include/gwin/gwin.h
* @brief GWIN Graphic window subsystem header file.
*
- * @addtogroup GWIN
+ * @defgroup Window
+ * @ingroup GWIN
+ *
* @{
*/
+
#ifndef _GWIN_H
#define _GWIN_H
|