From: Enar Väikene <enar@vaikene.net>
Date: Tue, 29 Nov 2011 13:05:19 +0000 (+0200)
Subject: Documentation fixes.
X-Git-Url: https://www.vaikene.ee/gitweb/pswgen01.html?a=commitdiff_plain;h=6e9c71587aab47ea6c2a5913ce28c03109fb8e14;p=evaf

Documentation fixes.
---

diff --git a/src/libs/Gui/window.h b/src/libs/Gui/window.h
index 07d3bd3..15c426a 100644
--- a/src/libs/Gui/window.h
+++ b/src/libs/Gui/window.h
@@ -38,8 +38,8 @@ namespace Gui {
  * eVaf GUI window class.
  * @code#include <Gui/Window>@endcode
  *
- * The Gui::Window class is a common ancestor for all the windows in eVaf applications. Objects of Gui::Window class
- * can be added to one of the eVaf Window managers.
+ * The Gui::Window class is a common ancestor for all the eVaf windows. eVaf applications can have different window managers
+ * that manage Gui::Window objects.
  */
 class GUI_EXPORT Window : public QWidget
 {