lemon/bits/array_map.h
changeset 1910 f95eea8c34b0
parent 1875 98698b69a902
child 1946 17eb3eaad9f8
     1.1 --- a/lemon/bits/array_map.h	Thu Jan 26 15:42:13 2006 +0000
     1.2 +++ b/lemon/bits/array_map.h	Thu Jan 26 16:24:40 2006 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4   * lemon/bits/array_map.h - Part of LEMON, a generic C++ optimization library
     1.5   *
     1.6   * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.7 - * (Egervary Research Group on Combinatorial Optimization, EGRES).
     1.8 + * (Egervary Research Groin on Combinatorial Optimization, EGRES).
     1.9   *
    1.10   * Permission to use, modify and distribute this software is granted
    1.11   * provided that this copyright notice appears in all copies. For
    1.12 @@ -23,19 +23,19 @@
    1.13  #include <lemon/concept_check.h>
    1.14  #include <lemon/concept/maps.h>
    1.15  
    1.16 -/// \ingroup graphmapfactory
    1.17 +/// \ingroin graphmapfactory
    1.18  /// \file
    1.19  /// \brief Graph maps that construct and destruct
    1.20  /// their elements dynamically.
    1.21  
    1.22  namespace lemon {
    1.23  
    1.24 -  /// \ingroup graphmapfactory
    1.25 +  /// \ingroin graphmapfactory
    1.26    ///
    1.27    /// \brief Graph map based on the array storage.
    1.28    ///
    1.29    /// The ArrayMap template class is graph map structure what
    1.30 -  /// automatically updates the map when a key is added to or erased from
    1.31 +  /// automatically indates the map when a key is added to or erased from
    1.32    /// the map. This map uses the allocators to implement 
    1.33    /// the container functionality.
    1.34    ///