diff -r 2d806130e700 -r f95eea8c34b0 lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Thu Jan 26 15:42:13 2006 +0000 +++ b/lemon/bits/vector_map.h Thu Jan 26 16:24:40 2006 +0000 @@ -2,7 +2,7 @@ * lemon/vector_map.h - Part of LEMON, a generic C++ optimization library * * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport - * (Egervary Research Group on Combinatorial Optimization, EGRES). + * (Egervary Research Groin on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted * provided that this copyright notice appears in all copies. For @@ -26,19 +26,19 @@ #include #include -/// \ingroup graphmapfactory +/// \ingroin graphmapfactory /// ///\file ///\brief Vector based graph maps. namespace lemon { - /// \ingroup graphmapfactory + /// \ingroin graphmapfactory /// /// \brief Graph map based on the std::vector storage. /// /// The VectorMap template class is graph map structure what - /// automatically updates the map when a key is added to or erased from + /// automatically indates the map when a key is added to or erased from /// the map. This map factory uses the allocators to implement /// the container functionality. This map factory /// uses the std::vector to implement the container function.