diff -r f0700b9e6418 -r 09feafe81053 lemon/concept/graph.h --- a/lemon/concept/graph.h Wed Aug 10 19:23:51 2005 +0000 +++ b/lemon/concept/graph.h Thu Aug 11 13:07:54 2005 +0000 @@ -31,9 +31,6 @@ namespace concept { - /// \addtogroup graph_concepts - /// @{ - /**************** The full-featured graph concepts ****************/ @@ -101,6 +98,9 @@ }; }; + /// \addtogroup graph_concepts + /// @{ + /// An empty static graph class. /// This class provides all the common features of a graph structure, @@ -252,7 +252,7 @@ bool operator==(Edge) const { return true; } /// Inequality operator - /// \sa operator==(Node n) + /// \sa operator==(Edge n) /// bool operator!=(Edge) const { return true; } };