lemon/maps.h
changeset 314 2cc60866a0c9
parent 313 64f8f7cc6168
child 327 12626fc94ccf
child 463 88ed40ad0d4f
     1.1 --- a/lemon/maps.h	Thu Oct 09 10:09:44 2008 +0200
     1.2 +++ b/lemon/maps.h	Thu Oct 09 13:27:35 2008 +0200
     1.3 @@ -1683,6 +1683,11 @@
     1.4  
     1.5    }
     1.6  
     1.7 +  /// @}
     1.8 +
     1.9 +  /// \addtogroup maps
    1.10 +  /// @{
    1.11 +
    1.12    /// \brief Writable bool map for logging each \c true assigned element
    1.13    ///
    1.14    /// A \ref concepts::WriteMap "writable" bool map for logging
    1.15 @@ -1775,6 +1780,11 @@
    1.16      return LoggerBoolMap<Iterator>(it);
    1.17    }
    1.18  
    1.19 +  /// @}
    1.20 +
    1.21 +  /// \addtogroup graph_maps
    1.22 +  /// @{
    1.23 +
    1.24    /// Provides an immutable and unique id for each item in the graph.
    1.25  
    1.26    /// The IdMap class provides a unique and immutable id for each item of the
    1.27 @@ -1882,8 +1892,6 @@
    1.28      /// The value type of the InvertableMap.
    1.29      typedef typename Map::Value Value;
    1.30  
    1.31 -
    1.32 -
    1.33      /// \brief Constructor.
    1.34      ///
    1.35      /// Construct a new InvertableMap for the graph.
    1.36 @@ -2049,8 +2057,6 @@
    1.37        return InverseMap(*this);
    1.38      }
    1.39  
    1.40 -
    1.41 -
    1.42    };
    1.43  
    1.44    /// \brief Provides a mutable, continuous and unique descriptor for each