lemon/dfs.h
changeset 1529 c914e7ec2b7b
parent 1516 4aeda8d11d5e
child 1536 308150155bb5
     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      ///