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

List:       kde-commits
Subject:    KDE/kdelibs/kabc
From:       Thomas Kadauke <tkadauke () gmx ! de>
Date:       2005-10-31 22:14:32
Message-ID: 1130796872.077896.31629.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 476221 by tkadauke:

DOX: fixed mixed up pre-/post increment/decrement operator dox


 M  +12 -12    resource.h  


--- trunk/KDE/kdelibs/kabc/resource.h #476220:476221
@@ -100,27 +100,27 @@
          */
         virtual Addressee &operator*();
         /**
-         * Postincrement operator. Advances the iterator by one.
-         * @note This function does not copy the iterator object.
+         * Preincrement operator. Advances the iterator by one.
          *
          * @return this iterator, @c *this
          */
         virtual Iterator &operator++();
         /**
-         * Preincrement operator. Advances the iterator by one.
+         * Postincrement operator. Advances the iterator by one.
+         * @note This function does not copy the iterator object.
          *
          * @return this iterator, @c *this
          */
         virtual Iterator &operator++( int );
         /**
-         * Postdecrement operator. Decreases the iterator by one.
-         * @note This function does not copy the iterator object.
+         * Predecrement operator. Decreases the iterator by one.
          *
          * @return this iterator, @c *this
          */
         virtual Iterator &operator--();
         /**
-         * Predecrement operator. Decreases the iterator by one.
+         * Postdecrement operator. Decreases the iterator by one.
+         * @note This function does not copy the iterator object.
          *
          * @return this iterator, @c *this
          */
@@ -186,27 +186,27 @@
          */
         virtual const Addressee &operator*() const ;
         /**
-         * Postincrement operator. Advances the iterator by one.
-         * @note This function does not copy the iterator object.
+         * Preincrement operator. Advances the iterator by one.
          *
          * @return this iterator, @c *this
          */
         virtual ConstIterator &operator++();
         /**
-         * Preincrement operator. Advances the iterator by one.
+         * Postincrement operator. Advances the iterator by one.
+         * @note This function does not copy the iterator object.
          *
          * @return this iterator, @c *this
          */
         virtual ConstIterator &operator++( int );
         /**
-         * Postdecrement operator. Decreases the iterator by one.
-         * @note This function does not copy the iterator object.
+         * Predecrement operator. Decreases the iterator by one.
          *
          * @return this iterator, @c *this
          */
         virtual ConstIterator &operator--();
         /**
-         * Predecrement operator. Decreases the iterator by one.
+         * Postdecrement operator. Decreases the iterator by one.
+         * @note This function does not copy the iterator object.
          *
          * @return this iterator, @c *this
          */
[prev in list] [next in list] [prev in thread] [next in thread] 

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