aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin')
-rw-r--r--include/gwin/button.h5
-rw-r--r--include/gwin/console.h5
-rw-r--r--include/gwin/graph.h4
3 files changed, 11 insertions, 3 deletions
diff --git a/include/gwin/button.h b/include/gwin/button.h
index 6fc564c7..6d6e27db 100644
--- a/include/gwin/button.h
+++ b/include/gwin/button.h
@@ -21,9 +21,12 @@
* @file include/gwin/button.h
* @brief GWIN Graphic window subsystem header file.
*
- * @addtogroup GWIN
+ * @defgroup Button
+ * @ingroup GWIN
+ *
* @{
*/
+
#ifndef _GWIN_BUTTON_H
#define _GWIN_BUTTON_H
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
diff --git a/include/gwin/graph.h b/include/gwin/graph.h
index 58c5fdee..a8a84a1d 100644
--- a/include/gwin/graph.h
+++ b/include/gwin/graph.h
@@ -22,7 +22,9 @@
* @file include/gwin/graph.h
* @brief GWIN GRAPH module header file.
*
- * @addtogroup GWIN_GRAPH
+ * @defgroup Graph
+ * @ingroup GWIN
+ *
* @{
*/