[Lemon-commits] [lemon_svn] alpar: r2351 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:51:59 CET 2006


Author: alpar
Date: Wed Nov 16 14:39:29 2005
New Revision: 2351

Modified:
   hugo/trunk/lemon/maps.h
   hugo/trunk/lemon/topology.h

Log:
wirteable -> writable

Modified: hugo/trunk/lemon/maps.h
==============================================================================
--- hugo/trunk/lemon/maps.h	(original)
+++ hugo/trunk/lemon/maps.h	Wed Nov 16 14:39:29 2005
@@ -858,9 +858,9 @@
     return NotMap<M>(m);
   }
 
-  /// \brief Writeable bool map for store each true assigned elements.
+  /// \brief Writable bool map for store each true assigned elements.
   ///
-  /// Writeable bool map for store each true assigned elements. It will
+  /// Writable bool map for store each true assigned elements. It will
   /// copies all the true setted keys to the given iterator.
   ///
   /// \note The container of the iterator should contain for each element.
@@ -896,10 +896,10 @@
     Iterator _begin, _end;
   };
 
-  /// \brief Writeable bool map for store each true assigned elements in 
+  /// \brief Writable bool map for store each true assigned elements in 
   /// a back insertable container.
   ///
-  /// Writeable bool map for store each true assigned elements in a back 
+  /// Writable bool map for store each true assigned elements in a back 
   /// insertable container. It will push back all the true setted keys into
   /// the container.
   template <typename Container>
@@ -922,10 +922,10 @@
     Container& container;    
   };
 
-  /// \brief Writeable bool map for store each true assigned elements in 
+  /// \brief Writable bool map for store each true assigned elements in 
   /// a front insertable container.
   ///
-  /// Writeable bool map for store each true assigned elements in a front 
+  /// Writable bool map for store each true assigned elements in a front 
   /// insertable container. It will push front all the true setted keys into
   /// the container.
   template <typename Container>
@@ -948,10 +948,10 @@
     Container& container;    
   };
 
-  /// \brief Writeable bool map for store each true assigned elements in 
+  /// \brief Writable bool map for store each true assigned elements in 
   /// an insertable container.
   ///
-  /// Writeable bool map for store each true assigned elements in an 
+  /// Writable bool map for store each true assigned elements in an 
   /// insertable container. It will insert all the true setted keys into
   /// the container.
   template <typename Container>
@@ -976,7 +976,7 @@
 
   /// \brief Fill the true setted elements with a given value.
   ///
-  /// Writeable bool map for fill the true setted elements with a given value.
+  /// Writable bool map for fill the true setted elements with a given value.
   /// The value can be setted 
   /// the container.
   template <typename Map>
@@ -1016,10 +1016,10 @@
   };
 
 
-  /// \brief Writeable bool map which stores for each true assigned elements  
+  /// \brief Writable bool map which stores for each true assigned elements  
   /// the setting order number.
   ///
-  /// Writeable bool map which stores for each true assigned elements  
+  /// Writable bool map which stores for each true assigned elements  
   /// the setting order number.
   template <typename Map>
   class SettingOrderBoolMap {

Modified: hugo/trunk/lemon/topology.h
==============================================================================
--- hugo/trunk/lemon/topology.h	(original)
+++ hugo/trunk/lemon/topology.h	Wed Nov 16 14:39:29 2005
@@ -1426,7 +1426,7 @@
   /// During the execution, the \c partMap will be set as the two 
   /// partitions of the graph.
   /// \param graph The undirected graph.
-  /// \retval partMap A writeable bool map of nodes. It will be set as the
+  /// \retval partMap A writable bool map of nodes. It will be set as the
   /// two partitions of the graph. 
   /// \return %True if \c graph is bipartite, %false otherwise.
   ///



More information about the Lemon-commits mailing list