diff -r b4f4c08e1210 -r 2e959a5a0c2d lemon/concepts/graph.h --- a/lemon/concepts/graph.h Sun Feb 24 19:44:14 2013 +0100 +++ b/lemon/concepts/graph.h Sun Nov 14 16:35:31 2010 +0100 @@ -72,10 +72,10 @@ /// \sa Digraph class Graph { private: - /// Graphs are \e not copy constructible. Use DigraphCopy instead. + /// Graphs are \e not copy constructible. Use GraphCopy instead. Graph(const Graph&) {} /// \brief Assignment of a graph to another one is \e not allowed. - /// Use DigraphCopy instead. + /// Use GraphCopy instead. void operator=(const Graph&) {} public: