lemon/bits/map_iterator.h
changeset 1587 8f1c317ebeb4
parent 1435 8e85e6bbefdf
child 1719 674182524bd9
     1.1 --- a/lemon/bits/map_iterator.h	Mon Jul 25 11:17:23 2005 +0000
     1.2 +++ b/lemon/bits/map_iterator.h	Tue Jul 26 13:15:13 2005 +0000
     1.3 @@ -22,13 +22,13 @@
     1.4  #include <lemon/bits/extended_pair.h>
     1.5  #include <lemon/graph_utils.h>
     1.6  
     1.7 -///\ingroup graphmaps
     1.8 +///\ingroup graphmapfactory
     1.9  ///\file
    1.10  ///\brief Iterators on the maps.
    1.11  
    1.12  namespace lemon {
    1.13  
    1.14 -  /// \addtogroup graphmaps
    1.15 +  /// \addtogroup graphmapfactory
    1.16    /// @{
    1.17  
    1.18    /** The base class all of the map iterators.