diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-12-18 22:49:01 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-12-18 22:49:01 +0100 |
commit | 5c6027d14d168a7210ed6edd8c8b7506842fd7b0 (patch) | |
tree | ae6cf98aaed83854070ba39de0079a0aec1cc1a5 /docs/src | |
parent | 6e76ecde180dc1d12d211d7dca14f0a66d8b24f8 (diff) | |
download | uGFX-5c6027d14d168a7210ed6edd8c8b7506842fd7b0.tar.gz uGFX-5c6027d14d168a7210ed6edd8c8b7506842fd7b0.tar.bz2 uGFX-5c6027d14d168a7210ed6edd8c8b7506842fd7b0.zip |
some more doxygen
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/gwin.dox | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/gwin.dox b/docs/src/gwin.dox index b8ea478a..7f5b4115 100644 --- a/docs/src/gwin.dox +++ b/docs/src/gwin.dox @@ -20,7 +20,9 @@ /**
* @addtogroup GWIN
- * @details The GWIN module provides simple window management.
+ * @details The GWIN module does not only provides simple window manager, but also
+ * different widgets such as a console/terminal, buttons and a module
+ * to draw graphs.
* @details Please note that GWIN is a module ontop of GDISP. Therefore, GDISP
* has to be set up correctly.
*/
|