1.1 --- a/lemon/bits/map_extender.h Thu Oct 09 13:40:40 2008 +0100
1.2 +++ b/lemon/bits/map_extender.h Thu Oct 09 13:54:50 2008 +0100
1.3 @@ -26,14 +26,14 @@
1.4 #include <lemon/concept_check.h>
1.5 #include <lemon/concepts/maps.h>
1.6
1.7 -///\file
1.8 -///\brief Extenders for iterable maps.
1.9 +//\file
1.10 +//\brief Extenders for iterable maps.
1.11
1.12 namespace lemon {
1.13
1.14 - /// \ingroup graphbits
1.15 - ///
1.16 - /// \brief Extender for maps
1.17 + // \ingroup graphbits
1.18 + //
1.19 + // \brief Extender for maps
1.20 template <typename _Map>
1.21 class MapExtender : public _Map {
1.22 public:
1.23 @@ -171,9 +171,9 @@
1.24 };
1.25 };
1.26
1.27 - /// \ingroup graphbits
1.28 - ///
1.29 - /// \brief Extender for maps which use a subset of the items.
1.30 + // \ingroup graphbits
1.31 + //
1.32 + // \brief Extender for maps which use a subset of the items.
1.33 template <typename _Graph, typename _Map>
1.34 class SubMapExtender : public _Map {
1.35 public: