diff -r cdbff91c2166 -r d900fd1e760f lemon/bfs.h --- a/lemon/bfs.h Mon Oct 20 12:17:24 2008 +0200 +++ b/lemon/bfs.h Mon Oct 20 12:46:39 2008 +0200 @@ -51,7 +51,7 @@ typedef typename Digraph::template NodeMap PredMap; ///Instantiates a PredMap. - ///This function instantiates a PredMap. + ///This function instantiates a PredMap. ///\param g is the digraph, to which we would like to define the ///PredMap. static PredMap *createPredMap(const Digraph &g) @@ -80,8 +80,7 @@ ///The type of the map that indicates which nodes are reached. - ///The type of the map that indicates which nodes are reached. - ///It must meet the \ref concepts::ReadWriteMap "ReadWriteMap" concept. + ///The type of the map that indicates which nodes are reached.///It must meet the \ref concepts::ReadWriteMap "ReadWriteMap" concept. typedef typename Digraph::template NodeMap ReachedMap; ///Instantiates a ReachedMap.