[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/lib/kofficeui
From:       Thomas Zander <zander () kde ! org>
Date:       2005-12-20 10:36:00
Message-ID: 1135074960.612686.4942.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 489959 by zander:

dox fixes


 M  +7 -4      KoZoomMode.h  


--- trunk/koffice/lib/kofficeui/KoZoomMode.h #489958:489959
@@ -23,14 +23,17 @@
 #include <qstring.h>
 #include "koffice_export.h"
 
+/**
+ * The ZoomMode container
+ */
 class KOFFICEUI_EXPORT KoZoomMode
 {
 public:
     enum Mode
     {
-        ZOOM_WIDTH    = 0,  /// zoom pagewidth
-        ZOOM_PAGE     = 1,  /// zoom to pagesize
-        ZOOM_CONSTANT = 2   /// zoom x %
+        ZOOM_WIDTH    = 0,  ///< zoom pagewidth
+        ZOOM_PAGE     = 1,  ///< zoom to pagesize
+        ZOOM_CONSTANT = 2   ///< zoom x %
     };
     
     /// \param mode the mode name
@@ -41,7 +44,7 @@
     static QString toString(Mode mode);
     
     /// \param mode the mode name
-    /// \return true if \c mode isn't dependent of windowsize
+    /// \return true if \c mode isn't dependent on windowsize
     static bool isConstant(const QString& mode)
     { return toMode(mode) == ZOOM_CONSTANT; }
 private:
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic