lemon/bits/vector_map.h
changeset 1946 17eb3eaad9f8
parent 1910 f95eea8c34b0
child 1956 a055123339d5
     1.1 --- a/lemon/bits/vector_map.h	Thu Feb 02 17:09:09 2006 +0000
     1.2 +++ b/lemon/bits/vector_map.h	Thu Feb 02 17:43:24 2006 +0000
     1.3 @@ -26,14 +26,14 @@
     1.4  #include <lemon/concept_check.h>
     1.5  #include <lemon/concept/maps.h>
     1.6  
     1.7 -/// \ingroin graphmapfactory
     1.8 +/// \ingroup graphmapfactory
     1.9  ///
    1.10  ///\file
    1.11  ///\brief Vector based graph maps.
    1.12  
    1.13  namespace lemon {
    1.14  
    1.15 -  /// \ingroin graphmapfactory
    1.16 +  /// \ingroup graphmapfactory
    1.17    ///
    1.18    /// \brief Graph map based on the std::vector storage.
    1.19    ///