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

List:       kde-commits
Subject:    new_kcm_code: kdelibs/kutils
From:       Frans Englich <frans.englich () telia ! com>
Date:       2004-11-14 12:58:52
Message-ID: 20041114125852.602FC16ED2 () office ! kde ! org
[Download RAW message or body]

CVS commit by englich: 

Improve docs


  M +7 -2      kcmoduleloader.h   1.17.2.7
  M +3 -0      kcmultidialog.h   1.31.4.5


--- kdelibs/kutils/kcmoduleloader.h  #1.17.2.6:1.17.2.7
@@ -29,5 +29,5 @@ class KLibLoader;
 
 /**
- * @short Loads a KControl Module.
+ * @class Loads a KControl Module.
  *
  * @description KCModuleLoader tries in several ways 
@@ -41,5 +41,5 @@ class KLibLoader;
  * @since 3.2
  * @internal
-**/
+ */
 class KUTILS_EXPORT KCModuleLoader
 {
@@ -103,4 +103,5 @@ class KUTILS_EXPORT KCModuleLoader
      *
      * @return a pointer to the loaded @ref KCModule
+     * @since 3.4
      */
     static KCModule *loadModule(const KCModuleInfo &module, ErrorReporting
@@ -115,4 +116,5 @@ class KUTILS_EXPORT KCModuleLoader
      *
      * @return a pointer to the loaded @ref KCModule
+     * @since 3.4
      */
     static KCModule *loadModule(const QString &module, ErrorReporting
@@ -126,4 +128,5 @@ class KUTILS_EXPORT KCModuleLoader
      *
      * @param parent The same pointer that you used in loadModule for parent.
+     * @since 3.4
      */
     static KCModule *errorModule( QWidget *parent = 0 );
@@ -169,4 +172,5 @@ class KUTILS_EXPORT KCModuleLoader
      * @param module the module to check
      * @return true if the module should be loaded
+     * @since 3.4
      */
     static bool testModule( const QString& module );
@@ -177,4 +181,5 @@ class KUTILS_EXPORT KCModuleLoader
      * @param module the module to check
      * @return true if the module should be loaded
+     * @since 3.4
      */
     static bool testModule( const KCModuleInfo& module );

--- kdelibs/kutils/kcmultidialog.h  #1.31.4.4:1.31.4.5
@@ -223,4 +223,5 @@ protected slots:
      * This slot is called when the user pressed the "Administrator Mode"
      * button
+     * @since 3.4
      */
     virtual void slotUser2Clicked();
@@ -244,4 +245,5 @@ private:
      * such that they don't hinder the same modules to be opened in 
      * another application.
+     * @since 3.4
      */
     void dialogClosed();
@@ -251,4 +253,5 @@ private:
         KCModuleProxy * kcm;
         KService::Ptr service;
+        /* KDE 4 Move to Private class */
     };
     typedef QValueList<CreatedModule> ModuleList;


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

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