diff -r 765619b7cbb2 -r 81cfc04531e8 lemon/concepts/maps.h --- a/lemon/concepts/maps.h Sun Jul 13 19:51:02 2008 +0100 +++ b/lemon/concepts/maps.h Sun Jul 13 20:09:47 2008 +0100 @@ -43,7 +43,8 @@ public: /// The key type of the map. typedef K Key; - /// The value type of the map. (The type of objects associated with the keys). + /// \brief The value type of the map. + /// (The type of objects associated with the keys). typedef T Value; /// Returns the value associated with the given key. @@ -82,7 +83,8 @@ public: /// The key type of the map. typedef K Key; - /// The value type of the map. (The type of objects associated with the keys). + /// \brief The value type of the map. + /// (The type of objects associated with the keys). typedef T Value; /// Sets the value associated with the given key. @@ -121,7 +123,8 @@ public: /// The key type of the map. typedef K Key; - /// The value type of the map. (The type of objects associated with the keys). + /// \brief The value type of the map. + /// (The type of objects associated with the keys). typedef T Value; /// Returns the value associated with the given key. @@ -154,7 +157,8 @@ typedef True ReferenceMapTag; /// The key type of the map. typedef K Key; - /// The value type of the map. (The type of objects associated with the keys). + /// \brief The value type of the map. + /// (The type of objects associated with the keys). typedef T Value; /// The reference type of the map. typedef R Reference;