diff options
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.
*/
|