diff -r e81cd2898f7a -r 783b1d583be3 lemon/smart_graph.h --- a/lemon/smart_graph.h Wed Jul 12 10:49:17 2006 +0000 +++ b/lemon/smart_graph.h Wed Jul 12 11:05:00 2006 +0000 @@ -242,10 +242,10 @@ ///SmartGraph is \e not copy constructible. Use GraphCopy() instead. /// SmartGraph(const SmartGraph &) :ExtendedSmartGraphBase() {}; - ///\brief Assignment of SmartGraph to another is \e not allowed. + ///\brief Assignment of SmartGraph to another one is \e not allowed. ///Use GraphCopy() instead. - ///Assignment of SmartGraph to another is \e not allowed. + ///Assignment of SmartGraph to another one is \e not allowed. ///Use GraphCopy() instead. void operator=(const SmartGraph &) {} protected: @@ -329,7 +329,7 @@ ///restore() function. ///\note After you restore a state, you cannot restore ///a later state, in other word you cannot add again the edges deleted - ///by restore() using another Snapshot instance. + ///by restore() using another one Snapshot instance. /// class Snapshot { @@ -412,10 +412,10 @@ ///SmartUGraph is \e not copy constructible. Use UGraphCopy() instead. /// SmartUGraph(const SmartUGraph &) : ExtendedSmartUGraphBase() {}; - ///\brief Assignment of SmartUGraph to another is \e not allowed. + ///\brief Assignment of SmartUGraph to another one is \e not allowed. ///Use UGraphCopy() instead. - ///Assignment of SmartUGraph to another is \e not allowed. + ///Assignment of SmartUGraph to another one is \e not allowed. ///Use UGraphCopy() instead. void operator=(const SmartUGraph &) {} public: