equal
deleted
inserted
replaced
28 #include <lemon/bits/utility.h> |
28 #include <lemon/bits/utility.h> |
29 |
29 |
30 namespace lemon { |
30 namespace lemon { |
31 namespace concepts { |
31 namespace concepts { |
32 |
32 |
33 /// \addtogroup graph_concepts |
33 /// \ingroup graph_concepts |
34 /// @{ |
|
35 /// |
34 /// |
36 /// \brief Class describing the concept of Undirected Graphs. |
35 /// \brief Class describing the concept of Undirected Graphs. |
37 /// |
36 /// |
38 /// This class describes the common interface of all Undirected |
37 /// This class describes the common interface of all Undirected |
39 /// Graphs. |
38 /// Graphs. |
694 } |
693 } |
695 }; |
694 }; |
696 |
695 |
697 }; |
696 }; |
698 |
697 |
699 /// @} |
|
700 |
|
701 } |
698 } |
702 |
699 |
703 } |
700 } |
704 |
701 |
705 #endif |
702 #endif |