diff -r a4d499904482 -r c175e387da19 lemon/bits/map_extender.h --- a/lemon/bits/map_extender.h Thu Oct 09 13:40:40 2008 +0100 +++ b/lemon/bits/map_extender.h Thu Oct 09 13:54:50 2008 +0100 @@ -26,14 +26,14 @@ #include #include -///\file -///\brief Extenders for iterable maps. +//\file +//\brief Extenders for iterable maps. namespace lemon { - /// \ingroup graphbits - /// - /// \brief Extender for maps + // \ingroup graphbits + // + // \brief Extender for maps template class MapExtender : public _Map { public: @@ -171,9 +171,9 @@ }; }; - /// \ingroup graphbits - /// - /// \brief Extender for maps which use a subset of the items. + // \ingroup graphbits + // + // \brief Extender for maps which use a subset of the items. template class SubMapExtender : public _Map { public: