Ignore:
Timestamp:
Aug 17, 2010, 4:21:41 PM (13 years ago)
Author:
Peter
Message:

fixing more warnings from doxygen 1.7.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/concepts.doxygen

    r2299 r2312  
    425425documentation). Otherwise, you will need to implement a
    426426specialization. Note that the default implementation requires that, if
    427 \c iterator is a weighted iterator, \c iterator::reference must have
     427\c iterator is a weighted iterator, its \c reference must have
    428428member functions data() and weight(). This should not be a problem as
    429 long as \c iterator::reference is theplu::yat::utility::DataWeight or
     429long as \c reference is theplu::yat::utility::DataWeight or
    430430theplu::yat::utility::DataWeightProxy, but could potentially be a
    431 problem when creating weighted iterators with other \c ::reference.
     431problem when creating weighted iterators with other \c reference.
    432432
    433433*/
Note: See TracChangeset for help on using the changeset viewer.