lemon/concepts/maps.h
changeset 210 81cfc04531e8
parent 209 765619b7cbb2
child 220 a5d8c039f218
     1.1 --- a/lemon/concepts/maps.h	Sun Jul 13 19:51:02 2008 +0100
     1.2 +++ b/lemon/concepts/maps.h	Sun Jul 13 20:09:47 2008 +0100
     1.3 @@ -43,7 +43,8 @@
     1.4      public:
     1.5        /// The key type of the map.
     1.6        typedef K Key;
     1.7 -      /// The value type of the map. (The type of objects associated with the keys).
     1.8 +      /// \brief The value type of the map.
     1.9 +      /// (The type of objects associated with the keys).
    1.10        typedef T Value;
    1.11  
    1.12        /// Returns the value associated with the given key.
    1.13 @@ -82,7 +83,8 @@
    1.14      public:
    1.15        /// The key type of the map.
    1.16        typedef K Key;
    1.17 -      /// The value type of the map. (The type of objects associated with the keys).
    1.18 +      /// \brief The value type of the map.
    1.19 +      /// (The type of objects associated with the keys).
    1.20        typedef T Value;
    1.21  
    1.22        /// Sets the value associated with the given key.
    1.23 @@ -121,7 +123,8 @@
    1.24      public:
    1.25        /// The key type of the map.
    1.26        typedef K Key;
    1.27 -      /// The value type of the map. (The type of objects associated with the keys).
    1.28 +      /// \brief The value type of the map.
    1.29 +      /// (The type of objects associated with the keys).
    1.30        typedef T Value;
    1.31  
    1.32        /// Returns the value associated with the given key.
    1.33 @@ -154,7 +157,8 @@
    1.34        typedef True ReferenceMapTag;
    1.35        /// The key type of the map.
    1.36        typedef K Key;
    1.37 -      /// The value type of the map. (The type of objects associated with the keys).
    1.38 +      /// \brief The value type of the map.
    1.39 +      /// (The type of objects associated with the keys).
    1.40        typedef T Value;
    1.41        /// The reference type of the map.
    1.42        typedef R Reference;