diff -r 64f8f7cc6168 -r 2cc60866a0c9 lemon/bits/map_extender.h --- a/lemon/bits/map_extender.h Thu Oct 09 10:09:44 2008 +0200 +++ b/lemon/bits/map_extender.h Thu Oct 09 13:27:35 2008 +0200 @@ -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: