diff -r 62c1ed05e83f -r cace3206223b lemon/connectivity.h --- a/lemon/connectivity.h Fri Dec 05 13:10:16 2008 +0000 +++ b/lemon/connectivity.h Mon Dec 08 11:06:39 2008 +0100 @@ -295,7 +295,7 @@ /// the same class if they are connected with directed paths in both /// direction. /// - /// \param graph The graph. + /// \param digraph The graph. /// \return The number of components /// \note By definition, the empty graph has zero /// strongly connected components. @@ -1225,7 +1225,7 @@ /// Sort the nodes of a DAG into topolgical order. It also checks /// that the given graph is DAG. /// - /// \param graph The graph. It must be directed and acyclic. + /// \param digraph The graph. It must be directed and acyclic. /// \retval order A readable - writable node map. The values will be set /// from 0 to the number of the nodes in the graph minus one. Each values /// of the map will be set exactly once, the values will be set descending