diff --git a/lemon/connectivity.h b/lemon/connectivity.h --- a/lemon/connectivity.h +++ b/lemon/connectivity.h @@ -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 diff --git a/lemon/max_matching.h b/lemon/max_matching.h --- a/lemon/max_matching.h +++ b/lemon/max_matching.h @@ -416,7 +416,7 @@ /// If you need better control on the execution, you must call /// \ref init(), \ref greedyInit() or \ref matchingInit() /// functions first, then you can start the algorithm with the \ref - /// startParse() or startDense() functions. + /// startSparse() or startDense() functions. ///@{ diff --git a/lemon/suurballe.h b/lemon/suurballe.h --- a/lemon/suurballe.h +++ b/lemon/suurballe.h @@ -51,7 +51,7 @@ /// \warning Length values should be \e non-negative \e integers. /// /// \note For finding node-disjoint paths this algorithm can be used - /// with \ref SplitDigraphAdaptor. + /// with \ref SplitNodes. #ifdef DOXYGEN template #else