Changeset 2310


Ignore:
Timestamp:
Aug 12, 2010, 8:32:01 PM (13 years ago)
Author:
Peter
Message:

fixing warnings from doxygen 1.7.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/yat/utility/iterator_traits.h

    r2166 r2310  
    229229
    230230     Struct to check if iterator has mutable data. *Iter must have a
    231      function data(). If that function returns double& ::value is
     231     function data(). If that function returns double& value is
    232232     true.
    233233   */
     
    247247
    248248     Struct to check if iterator has mutable data. *Iter must have a
    249      function data(). If that function returns double& ::value is
     249     function data(). If that function returns double& value is
    250250     true.
    251251   */
Note: See TracChangeset for help on using the changeset viewer.