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

List:       kde-commits
Subject:    KDE/kdepim/kitchensync/libksync
From:       Allen Winter <winterz () verizon ! net>
Date:       2005-07-04 23:06:03
Message-ID: 1120518363.340826.19599.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 431677 by winterz:

minor comment changes for doxygen.


 M  +1 -1      addressbooksyncee.h  
 M  +1 -1      calendarsyncee.h  
 M  +4 -4      syncentry.h  
 M  +2 -2      syncui.h  


--- trunk/KDE/kdepim/kitchensync/libksync/addressbooksyncee.h #431676:431677
@@ -65,7 +65,7 @@
 };
 
 /**
-  This class provides an implementation of the @see KSyncee interface for KSync.
+  This class provides an implementation of the KSyncee interface for KSync.
   It provides syncing of AddressBook files.
 */
 class KDE_EXPORT AddressBookSyncee : public Syncee
--- trunk/KDE/kdepim/kitchensync/libksync/calendarsyncee.h #431676:431677
@@ -55,7 +55,7 @@
 };
 
 /**
-  This class provides an implementation of the @see KSyncee interface for KSync.
+  This class provides an implementation of the KSyncee interface for KSync.
   It provides syncing of iCalendar files.
 */
 class KDE_EXPORT CalendarSyncee : public Syncee
--- trunk/KDE/kdepim/kitchensync/libksync/syncentry.h #431676:431677
@@ -44,7 +44,7 @@
   implemented by concrete subclasses. This makes it possible to
   operate with one synchronisation algorithm on different Syncees.
 
-  SyncEntry objects are collected by a @see Syncee objects.
+  SyncEntry objects are collected by a Syncee objects.
 */
 class KDE_EXPORT SyncEntry
 {
@@ -78,7 +78,7 @@
     /**
       Return a unique id. This is used to uniquely identify the entry. Two
       entries having the same id are considered to be two variants of the same
-      entry. No two entries of the same @see KSyncee data set must have the same
+      entry. No two entries of the same KSyncee data set must have the same
       id.
     */
     virtual QString id() = 0;
@@ -172,12 +172,12 @@
     virtual SyncEntry *clone() = 0;
 
     /**
-      Set the @see Syncee data set, the entry belongs to.
+      Set the Syncee data set, the entry belongs to.
     */
     void setSyncee( Syncee * );
 
     /**
-      Return the @see Syncee data set, the entry belongs to.
+      Return the Syncee data set, the entry belongs to.
     */
     Syncee *syncee()const;
 
--- trunk/KDE/kdepim/kitchensync/libksync/syncui.h #431676:431677
@@ -50,12 +50,12 @@
     virtual ~SyncUi();
 
     /**
-      Deconflict two conflicting @see SyncEntry objects. Returns the entry,
+      Deconflict two conflicting SyncEntry objects. Returns the entry,
       which has been chosen by the user to take precedence over the other.
 
       The default implementation always returns 0, which should be interpreted
       to not sync the entries at all. Reimplement this function in a subclass to
-      provide a more useful implementation to @see KSyncer.
+      provide a more useful implementation to KSyncer.
     */
     virtual SyncEntry* deconflict( SyncEntry *syncEntry, SyncEntry *target );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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