Ignore:
Timestamp:
Oct 11, 2007, 7:01:01 PM (16 years ago)
Author:
Peter
Message:

fixing some doxygen warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Iterator.h

    r936 r966  
    157157       \brief Equality operator
    158158
    159        \return True if \a lhs and \rhs are pointing to same element
     159       \return True if \a lhs and \a rhs are pointing to same element
    160160     */
    161161    friend bool operator==(const Iterator<return_type, Container>& lhs,
     
    166166       \brief Non-equality operator
    167167
    168        \return False if \a lhs and \rhs are pointing to same element
     168       \return False if \a lhs and \a rhs are pointing to same element
    169169     */
    170170    friend bool operator!=(const Iterator<return_type, Container>& lhs,
Note: See TracChangeset for help on using the changeset viewer.