[Lemon-commits] deba: r3259 - lemon/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Thu Apr 19 17:07:03 CEST 2007


Author: deba
Date: Thu Apr 19 17:07:03 2007
New Revision: 3259

Modified:
   lemon/trunk/lemon/graph_adaptor.h
   lemon/trunk/lemon/ugraph_adaptor.h

Log:
Doc fix



Modified: lemon/trunk/lemon/graph_adaptor.h
==============================================================================
--- lemon/trunk/lemon/graph_adaptor.h	(original)
+++ lemon/trunk/lemon/graph_adaptor.h	Thu Apr 19 17:07:03 2007
@@ -805,7 +805,7 @@
   ///This adaptor specializes SubGraphAdaptor in the way that only
   ///the node-set 
   ///can be filtered. In usual case the checked parameter is true, we get the
-  ///induced subgraph. But if the checked parameter is false then we can only
+  ///induced subgraph. But if the checked parameter is false then we can
   ///filter only isolated nodes.
   ///\author Marton Makai
   template<typename Graph, typename NodeFilterMap, bool checked = true>

Modified: lemon/trunk/lemon/ugraph_adaptor.h
==============================================================================
--- lemon/trunk/lemon/ugraph_adaptor.h	(original)
+++ lemon/trunk/lemon/ugraph_adaptor.h	Thu Apr 19 17:07:03 2007
@@ -790,12 +790,11 @@
   ///
   /// \brief An adaptor for hiding nodes from an undirected graph.
   ///
-  /// An adaptor for hiding nodes from an undirected graph.
-  /// This adaptor specializes SubUGraphAdaptor in the way that only
-  /// the node-set 
-  /// can be filtered. In usual case the checked parameter is true, we get the
-  /// induced subgraph. But if the checked parameter is false then we can only
-  /// filter only isolated nodes.
+  /// An adaptor for hiding nodes from an undirected graph.  This
+  /// adaptor specializes SubUGraphAdaptor in the way that only the
+  /// node-set can be filtered. In usual case the checked parameter is
+  /// true, we get the induced subgraph. But if the checked parameter
+  /// is false then we can filter only isolated nodes.
   template<typename _UGraph, typename NodeFilterMap, bool checked = true>
   class NodeSubUGraphAdaptor : 
     public SubUGraphAdaptor<_UGraph, NodeFilterMap, 



More information about the Lemon-commits mailing list