]> vaikene.ee Git - evaf/commitdiff
Documentation fixes.
authorEnar Väikene <enar@vaikene.net>
Tue, 29 Nov 2011 13:05:19 +0000 (15:05 +0200)
committerEnar Väikene <enar@vaikene.net>
Tue, 29 Nov 2011 13:05:19 +0000 (15:05 +0200)
src/libs/Gui/window.h

index 07d3bd3004b02515cac1cef1b32d9c0f175de3b3..15c426a9864b287b984035a7962e8f15ecc396cb 100644 (file)
@@ -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
 {