diff -r 4b8153513f34 -r ea1fa1bc3f6d lemon/kruskal.h --- a/lemon/kruskal.h Mon Jun 26 15:40:35 2006 +0000 +++ b/lemon/kruskal.h Wed Jun 28 15:06:24 2006 +0000 @@ -44,7 +44,7 @@ /// Due to hard C++ hacking, it accepts various input and output types. /// /// \param g The graph the algorithm runs on. - /// It can be either \ref concept::StaticGraph "directed" or + /// It can be either \ref concept::Graph "directed" or /// \ref concept::UGraph "undirected". /// If the graph is directed, the algorithm consider it to be /// undirected by disregarding the direction of the edges.