author | deba |
Mon, 04 Jul 2005 07:51:57 +0000 | |
changeset 1529 | c914e7ec2b7b |
parent 1528 | 1aa71600000c |
child 1530 | d99c3c84f797 |
lemon/dfs.h | file | annotate | diff | comparison | revisions |
1.1 --- a/lemon/dfs.h Fri Jul 01 16:10:46 2005 +0000 1.2 +++ b/lemon/dfs.h Mon Jul 04 07:51:57 2005 +0000 1.3 @@ -512,9 +512,9 @@ 1.4 } 1.5 } 1.6 1.7 - ///Processes the next node. 1.8 + ///Processes the next edge. 1.9 1.10 - ///Processes the next node. 1.11 + ///Processes the next edge. 1.12 /// 1.13 ///\return The processed edge. 1.14 ///