lemon/bfs.h
changeset 329 d900fd1e760f
parent 301 9db8964f0cf6
child 405 6b9057cdcd8b
     1.1 --- a/lemon/bfs.h	Mon Oct 20 12:17:24 2008 +0200
     1.2 +++ b/lemon/bfs.h	Mon Oct 20 12:46:39 2008 +0200
     1.3 @@ -51,7 +51,7 @@
     1.4      typedef typename Digraph::template NodeMap<typename Digraph::Arc> PredMap;
     1.5      ///Instantiates a PredMap.
     1.6  
     1.7 -    ///This function instantiates a PredMap.
     1.8 +    ///This function instantiates a PredMap.  
     1.9      ///\param g is the digraph, to which we would like to define the
    1.10      ///PredMap.
    1.11      static PredMap *createPredMap(const Digraph &g)
    1.12 @@ -80,8 +80,7 @@
    1.13  
    1.14      ///The type of the map that indicates which nodes are reached.
    1.15  
    1.16 -    ///The type of the map that indicates which nodes are reached.
    1.17 -    ///It must meet the \ref concepts::ReadWriteMap "ReadWriteMap" concept.
    1.18 +    ///The type of the map that indicates which nodes are reached.///It must meet the \ref concepts::ReadWriteMap "ReadWriteMap" concept.
    1.19      typedef typename Digraph::template NodeMap<bool> ReachedMap;
    1.20      ///Instantiates a ReachedMap.
    1.21