Ignore:
Timestamp:
May 23, 2008, 5:54:40 PM (15 years ago)
Author:
Peter
Message:

corrected docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4-stable/yat/utility/TypeInfo.h

    r1275 r1322  
    9898
    9999  /**
    100      \brief Based on operators == and <
     100     \brief Based on operator <
    101101   */ 
    102102  bool operator>(const TypeInfo&, const TypeInfo&);
    103103
    104104  /**
    105      \brief Based on operators == and <
     105     \brief Based on operator <=
    106106   */ 
    107107  bool operator>=(const TypeInfo&, const TypeInfo&);
Note: See TracChangeset for help on using the changeset viewer.