lemon/bits/vector_map.h
changeset 1996 5dc13b93f8b4
parent 1993 2115143eceea
child 1999 2ff283124dfc
     1.1 --- a/lemon/bits/vector_map.h	Thu Mar 02 14:22:03 2006 +0000
     1.2 +++ b/lemon/bits/vector_map.h	Fri Mar 03 12:35:32 2006 +0000
     1.3 @@ -28,14 +28,14 @@
     1.4  #include <lemon/concept_check.h>
     1.5  #include <lemon/concept/maps.h>
     1.6  
     1.7 -/// \ingroup graphmapfactory
     1.8 +/// \ingroup graphbits
     1.9  ///
    1.10  ///\file
    1.11  ///\brief Vector based graph maps.
    1.12  
    1.13  namespace lemon {
    1.14  
    1.15 -  /// \ingroup graphmapfactory
    1.16 +  /// \ingroup graphbits
    1.17    ///
    1.18    /// \brief Graph map based on the std::vector storage.
    1.19    ///