From 8bc7b22ce73c16b8975dad57dbff79be2fbf84f8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 22:04:35 +0100 Subject: doxygen --- include/gwin/button.h | 5 ++++- include/gwin/console.h | 5 ++++- include/gwin/graph.h | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'include/gwin') 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 + * * @{ */ -- cgit v1.2.3