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/gcontainer.h | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'src/gwin/gcontainer.h') diff --git a/src/gwin/gcontainer.h b/src/gwin/gcontainer.h index 6daf4708..efba83f9 100644 --- a/src/gwin/gcontainer.h +++ b/src/gwin/gcontainer.h @@ -7,17 +7,9 @@ /** * @file src/gwin/gcontainer.h - * @brief GWIN Containers header file. - */ - -#ifndef _GCONTAINER_H -#define _GCONTAINER_H - -/* This file is included within "gwin/gwin.h" */ - -/** - * @defgroup Containers Containers - * @ingroup GWIN + * + * @defgroup Container Container + * @ingroup Containers * * @details A Container is a GWindow that supports child windows. It is also * a widget in its own right and therefore can accept user input directly. @@ -26,6 +18,11 @@ * @{ */ +#ifndef _GCONTAINER_H +#define _GCONTAINER_H + +/* This file is included within "gwin/gwin.h" */ + // Forward definition struct GContainerObject; @@ -37,7 +34,7 @@ struct GContainerObject; * @{ */ typedef GWidgetObject GContainerObject; -/* @} */ +/** @} */ /** * A comment/rant on the above structure: @@ -108,7 +105,7 @@ extern "C" { * @{ */ #define GWIN_CONTAINER_BORDER 0x00000001 - /* @} */ + /** @} */ /** * @brief Create a simple container. -- cgit v1.2.3