From 0b204ed8e39d900c22f11e02c47de970648dbb31 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 20 May 2014 18:05:38 +0200 Subject: Reworking the GWIN doxygen documentation. --- src/gwin/sys_defs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gwin/sys_defs.h') diff --git a/src/gwin/sys_defs.h b/src/gwin/sys_defs.h index 426b2c02..830827b2 100644 --- a/src/gwin/sys_defs.h +++ b/src/gwin/sys_defs.h @@ -9,7 +9,7 @@ * @file src/gwin/sys_defs.h * * @defgroup Window Window - * @ingroup GWIN + * @ingroup Windows * * @details GWIN provides a basic window manager which allows it to easily * create and destroy different windows at runtime. Each window @@ -53,7 +53,7 @@ typedef struct GWindowObject { GHandle parent; // @< The parent window #endif } GWindowObject, * GHandle; -/* @} */ +/** @} */ /** * @brief The structure to initialise a GWIN. @@ -75,7 +75,7 @@ typedef struct GWindowInit { GHandle parent; // @< The parent - must be a container or NULL #endif } GWindowInit; -/* @} */ +/** @} */ /** * @brief A window's minimized, maximized or normal size -- cgit v1.2.3