equal
deleted
inserted
replaced
31 #include <lemon/bits/utility.h> |
31 #include <lemon/bits/utility.h> |
32 |
32 |
33 namespace lemon { |
33 namespace lemon { |
34 namespace concepts { |
34 namespace concepts { |
35 |
35 |
36 /// \addtogroup graph_concepts |
36 /// \ingroup graph_concepts |
37 /// @{ |
|
38 /// |
37 /// |
39 /// \brief Class describing the concept of Bipartite Undirected Graphs. |
38 /// \brief Class describing the concept of Bipartite Undirected Graphs. |
40 /// |
39 /// |
41 /// This class describes the common interface of all |
40 /// This class describes the common interface of all |
42 /// Undirected Bipartite Graphs. |
41 /// Undirected Bipartite Graphs. |
996 } |
995 } |
997 }; |
996 }; |
998 |
997 |
999 }; |
998 }; |
1000 |
999 |
1001 |
|
1002 /// @} |
|
1003 |
|
1004 } |
1000 } |
1005 |
1001 |
1006 } |
1002 } |
1007 |
1003 |
1008 #endif |
1004 #endif |