equal
deleted
inserted
replaced
20 #define LEMON_CONCEPT_MAPS_H |
20 #define LEMON_CONCEPT_MAPS_H |
21 |
21 |
22 #include <lemon/core.h> |
22 #include <lemon/core.h> |
23 #include <lemon/concept_check.h> |
23 #include <lemon/concept_check.h> |
24 |
24 |
25 ///\ingroup concept |
25 ///\ingroup map_concepts |
26 ///\file |
26 ///\file |
27 ///\brief The concept of maps. |
27 ///\brief The concept of maps. |
28 |
28 |
29 namespace lemon { |
29 namespace lemon { |
30 |
30 |
31 namespace concepts { |
31 namespace concepts { |
32 |
32 |
33 /// \addtogroup concept |
33 /// \addtogroup map_concepts |
34 /// @{ |
34 /// @{ |
35 |
35 |
36 /// Readable map concept |
36 /// Readable map concept |
37 |
37 |
38 /// Readable map concept. |
38 /// Readable map concept. |