equal
deleted
inserted
replaced
30 #include <lemon/concepts/graph_components.h> |
30 #include <lemon/concepts/graph_components.h> |
31 |
31 |
32 namespace lemon { |
32 namespace lemon { |
33 namespace concepts { |
33 namespace concepts { |
34 |
34 |
35 /// \addtogroup graph_concepts |
35 /// \ingroup graph_concepts |
36 /// @{ |
|
37 /// |
36 /// |
38 /// \brief Class describing the concept of Directed Graphs. |
37 /// \brief Class describing the concept of Directed Graphs. |
39 /// |
38 /// |
40 /// This class describes the \ref concept "concept" of the |
39 /// This class describes the \ref concept "concept" of the |
41 /// immutable directed graphs. |
40 /// immutable directed graphs. |
444 } |
443 } |
445 }; |
444 }; |
446 |
445 |
447 }; |
446 }; |
448 |
447 |
449 // @} |
|
450 } //namespace concepts |
448 } //namespace concepts |
451 } //namespace lemon |
449 } //namespace lemon |
452 |
450 |
453 |
451 |
454 |
452 |