equal
deleted
inserted
replaced
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 ///\ingroup graph_concepts |
19 ///\ingroup graph_concepts |
20 ///\file |
20 ///\file |
21 ///\brief The concept of the undirected graphs. |
21 ///\brief The concept of Undirected Graphs. |
22 |
|
23 |
22 |
24 #ifndef LEMON_CONCEPT_UGRAPH_H |
23 #ifndef LEMON_CONCEPT_UGRAPH_H |
25 #define LEMON_CONCEPT_UGRAPH_H |
24 #define LEMON_CONCEPT_UGRAPH_H |
26 |
25 |
27 #include <lemon/concepts/graph_components.h> |
26 #include <lemon/concepts/graph_components.h> |
31 namespace lemon { |
30 namespace lemon { |
32 namespace concepts { |
31 namespace concepts { |
33 |
32 |
34 /// \addtogroup graph_concepts |
33 /// \addtogroup graph_concepts |
35 /// @{ |
34 /// @{ |
36 |
35 /// |
37 |
|
38 /// \brief Class describing the concept of Undirected Graphs. |
36 /// \brief Class describing the concept of Undirected Graphs. |
39 /// |
37 /// |
40 /// This class describes the common interface of all Undirected |
38 /// This class describes the common interface of all Undirected |
41 /// Graphs. |
39 /// Graphs. |
42 /// |
40 /// |