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

List:       kde-commits
Subject:    kdepim/certmanager
From:       Allen Winter <winterz () verizon ! net>
Date:       2004-09-16 19:45:58
Message-ID: 20040916194558.0E07E126BC () office ! kde ! org
[Download RAW message or body]

CVS commit by winterz: 

Minor changes to the comments that make doxygen happy.
Most of the changes were replacing "\reimp" with "reimplementation".


  M +3 -3      conf/dnorderconfigpage.h   1.2
  M +3 -3      lib/cryptplug.h   1.5
  M +0 -3      lib/cryptplugwrapper.h   1.16
  M +6 -6      lib/backends/qgpgme/gnupgprocessbase.h   1.5
  M +4 -4      lib/ui/progressbar.h   1.6
  M +1 -1      lib/ui/progressdialog.h   1.7


--- kdepim/certmanager/conf/dnorderconfigpage.h  #1.1:1.2
@@ -47,9 +47,9 @@ public:
   DNOrderConfigPage( QWidget * parent=0, const char * name=0 );
 
-  /*! \reimp */
+  /*! reimplementation */
   void load();
-  /*! \reimp */
+  /*! reimplementation */
   void save();
-  /*! \reimp */
+  /*! reimplementation */
   void defaults();
 

--- kdepim/certmanager/lib/cryptplug.h  #1.4:1.5
@@ -1127,7 +1127,7 @@ struct CertificateInfo {
 };
 
-/*! \function struct CertIterator*  startListCertificates( const char* pattern );
-    \function struct CertificateInfo*  nextCertificate( struct CertIterator* );
-    \function void endListCertificates( struct CertIterator* );
+/*! \fn struct CertIterator*  startListCertificates( const char* pattern );
+    \fn struct CertificateInfo*  nextCertificate( struct CertIterator* );
+    \fn void endListCertificates( struct CertIterator* );
 
     \ingroup certList

--- kdepim/certmanager/lib/cryptplugwrapper.h  #1.15:1.16
@@ -535,7 +535,4 @@ public:
               crypto actions.
 
-        \param parent  The parent widget to be used for displaying dialogs.
-                       If this parameter is NULL the desktop is used as
-                       the dialogs' parent widget.
         \param name    The external name that is visible in lists, messages,
                        etc.

--- kdepim/certmanager/lib/backends/qgpgme/gnupgprocessbase.h  #1.4:1.5
@@ -54,5 +54,5 @@ namespace Kleo {
     void setUseStatusFD( bool use );
 
-    /*! \reimp */
+    /*! reimplementation */
     bool start( RunMode runmode, Communication comm );
 
@@ -63,9 +63,9 @@ namespace Kleo {
 
   protected:
-    /* !\reimp */
+    /*! reimplementation */
     int setupCommunication( Communication comm );
-    /* !\reimp */
+    /*! reimplementation */
     int commSetupDoneP();
-    /* !\reimp */
+    /*! reimplementation */
     int commSetupDoneC();
 
@@ -83,5 +83,5 @@ namespace Kleo {
     Private * d;
   protected:
-    /*! \reimp */
+    /*! reimplementation */
     void virtual_hook( int id, void * data );
   };

--- kdepim/certmanager/lib/ui/progressbar.h  #1.5:1.6
@@ -51,11 +51,11 @@ namespace Kleo {
     void slotProgress( const QString & message, int type, int current, int total );
     void slotProgress( const QString & message, int current, int total );
-    /*! \reimp to support self-powered busy indicator */ 
+    /*! reimplementation to support self-powered busy indicator */
     void setProgress( int progress );
-    /*! \reimp to support self-powered busy indicator */ 
+    /*! reimplementation to support self-powered busy indicator */
     void setTotalSteps( int total );
-    /*! \reimp to support self-powered busy indicator */ 
+    /*! reimplementation to support self-powered busy indicator */
     void reset();
-    /*! \reimp to preserve visibility */
+    /*! reimplementation to preserve visibility */
     void setProgress( int cur, int tot ) { QProgressBar::setProgress( cur, tot ); }
 

--- kdepim/certmanager/lib/ui/progressdialog.h  #1.6:1.7
@@ -52,5 +52,5 @@ namespace Kleo {
 
   public slots:
-    /*! \reimp */
+    /*! reimplementation */
     void setMinimumDuration( int ms );
 


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

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