Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 2, 2010, 3:16:08 AM (14 years ago)
Author:
landauf
Message:

added documentation

Location:
code/branches/doc/src/libraries/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/core/Iterator.h

    r7271 r7323  
    200200                @return The Iterator itself
    201201            */
    202             inline Iterator<T> operator++(int i)
     202            inline Iterator<T> operator++(int)
    203203            {
    204204                Iterator<T> copy = *this;
  • code/branches/doc/src/libraries/core/ObjectListIterator.h

    r7297 r7323  
    131131                @return The ObjectListIterator itself
    132132            */
    133             inline ObjectListIterator<T> operator++(int i)
     133            inline ObjectListIterator<T> operator++(int)
    134134            {
    135135                ObjectListIterator<T> copy = *this;
Note: See TracChangeset for help on using the changeset viewer.