equal
deleted
inserted
replaced
27 |
27 |
28 #include <lemon/bits/alteration_notifier.h> |
28 #include <lemon/bits/alteration_notifier.h> |
29 |
29 |
30 namespace lemon { |
30 namespace lemon { |
31 namespace concept { |
31 namespace concept { |
32 |
|
33 /// \addtogroup graph_concepts |
|
34 /// @{ |
|
35 |
32 |
36 /**************** Graph iterator concepts ****************/ |
33 /**************** Graph iterator concepts ****************/ |
37 |
34 |
38 /// Skeleton class for graph Node and Edge types |
35 /// Skeleton class for graph Node and Edge types |
39 |
36 |
994 |
991 |
995 _Graph& graph; |
992 _Graph& graph; |
996 }; |
993 }; |
997 }; |
994 }; |
998 |
995 |
999 /// @} |
|
1000 |
|
1001 } |
996 } |
1002 |
997 |
1003 } |
998 } |
1004 |
999 |
1005 #endif |
1000 #endif |