diff --git a/lemon/kruskal.h b/lemon/kruskal.h --- a/lemon/kruskal.h +++ b/lemon/kruskal.h @@ -300,9 +300,8 @@ /// /// \return The total cost of the found spanning tree. /// - /// \warning If Kruskal runs on an be consistent of using the same - /// Arc type for input and output. - /// + /// \note If the input graph is not (weakly) connected, a spanning + /// forest is calculated instead of a spanning tree. #ifdef DOXYGEN template