diff -r b11737922197 -r 3a98515e9bc3 lemon/maps.h --- a/lemon/maps.h Mon Jan 07 19:23:03 2008 +0100 +++ b/lemon/maps.h Mon Jan 07 19:27:17 2008 +0100 @@ -174,13 +174,13 @@ public: typedef True ReferenceMapTag; - ///\e + ///Key type typedef K Key; - ///\e + ///Value type typedef T Value; - ///\e + ///Reference Type typedef T& Reference; - ///\e + ///Const reference type typedef const T& ConstReference; private: