From 5c6027d14d168a7210ed6edd8c8b7506842fd7b0 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 22:49:01 +0100 Subject: some more doxygen --- include/gwin/gwin.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/gwin/gwin.h') diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index 5d5f5a5a..b71796d3 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -24,6 +24,14 @@ * @defgroup Window * @ingroup GWIN * + * @details GWIN provides a basic window manager which allows it to easily + * create and destroy different windows on runtime. Each window + * will have it's own properties such as colors, brushes as well as + * it's own drawing origin. + * Moving the windows around is not supported yet. + * + * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h + * * @{ */ -- cgit v1.2.3