lemon/maps.h
changeset 42 3a98515e9bc3
parent 39 0a01d811071f
child 44 7bbd94715db5
     1.1 --- a/lemon/maps.h	Mon Jan 07 19:23:03 2008 +0100
     1.2 +++ b/lemon/maps.h	Mon Jan 07 19:27:17 2008 +0100
     1.3 @@ -174,13 +174,13 @@
     1.4    public:
     1.5  
     1.6      typedef True ReferenceMapTag;
     1.7 -    ///\e
     1.8 +    ///Key type
     1.9      typedef K Key;
    1.10 -    ///\e
    1.11 +    ///Value type
    1.12      typedef T Value;
    1.13 -    ///\e
    1.14 +    ///Reference Type
    1.15      typedef T& Reference;
    1.16 -    ///\e
    1.17 +    ///Const reference type
    1.18      typedef const T& ConstReference;
    1.19  
    1.20    private: