From 6397a56e0beddf179786e093b08bcf0cbe71fea1 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 7 Nov 2015 16:33:28 +0100 Subject: Doxygen --- docs/src/windows.dox | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/src/windows.dox') diff --git a/docs/src/windows.dox b/docs/src/windows.dox index c5acc31f..63c25f3a 100644 --- a/docs/src/windows.dox +++ b/docs/src/windows.dox @@ -11,6 +11,8 @@ * @defgroup Windows Windows * @ingroup GWIN * + * @brief Windows are the most basic element in the @p GWIN module. + * * @details The window is the most basic GWIN element. All the other windows, * widgets and containers are based on this class. * @@ -27,5 +29,7 @@ * types such as graphs, consoles, buttons, containers etc. This is done * through "super-classing" basic windows to provide the extended capabilities. * + * For the common window API, please see @ref Window. + * * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h */ -- cgit v1.2.3