author | alpar |
Wed, 19 Jul 2006 15:13:24 +0000 | |
changeset 2156 | 478ba329ffb7 |
parent 2155 | c712e66532d8 |
child 2157 | f9171bfc7ebb |
lemon/dfs.h | file | annotate | diff | comparison | revisions |
1.1 --- a/lemon/dfs.h Tue Jul 18 17:00:24 2006 +0000 1.2 +++ b/lemon/dfs.h Wed Jul 19 15:13:24 2006 +0000 1.3 @@ -701,7 +701,7 @@ 1.4 ///For a node \c v it returns the 'previous node' 1.5 ///of the %DFS tree, 1.6 ///i.e. it returns the last but one node from a %DFS path from the 1.7 - ///root(a) to \c /v. 1.8 + ///root(s) to \c v. 1.9 ///It is INVALID if \c v is unreachable from the root(s) or 1.10 ///if \c v itself a root. 1.11 ///The %DFS tree used here is equal to the %DFS