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