lemon/smart_graph.h
changeset 2132 783b1d583be3
parent 2128 509846825ddf
child 2151 38ec4a930c05
     1.1 --- a/lemon/smart_graph.h	Wed Jul 12 10:49:17 2006 +0000
     1.2 +++ b/lemon/smart_graph.h	Wed Jul 12 11:05:00 2006 +0000
     1.3 @@ -242,10 +242,10 @@
     1.4      ///SmartGraph is \e not copy constructible. Use GraphCopy() instead.
     1.5      ///
     1.6      SmartGraph(const SmartGraph &) :ExtendedSmartGraphBase() {};
     1.7 -    ///\brief Assignment of SmartGraph to another is \e not allowed.
     1.8 +    ///\brief Assignment of SmartGraph to another one is \e not allowed.
     1.9      ///Use GraphCopy() instead.
    1.10  
    1.11 -    ///Assignment of SmartGraph to another is \e not allowed.
    1.12 +    ///Assignment of SmartGraph to another one is \e not allowed.
    1.13      ///Use GraphCopy() instead.
    1.14      void operator=(const SmartGraph &) {}
    1.15    protected:
    1.16 @@ -329,7 +329,7 @@
    1.17      ///restore() function.
    1.18      ///\note After you restore a state, you cannot restore
    1.19      ///a later state, in other word you cannot add again the edges deleted
    1.20 -    ///by restore() using another Snapshot instance.
    1.21 +    ///by restore() using another one Snapshot instance.
    1.22      ///
    1.23      class Snapshot 
    1.24      {
    1.25 @@ -412,10 +412,10 @@
    1.26      ///SmartUGraph is \e not copy constructible. Use UGraphCopy() instead.
    1.27      ///
    1.28      SmartUGraph(const SmartUGraph &) : ExtendedSmartUGraphBase() {};
    1.29 -    ///\brief Assignment of SmartUGraph to another is \e not allowed.
    1.30 +    ///\brief Assignment of SmartUGraph to another one is \e not allowed.
    1.31      ///Use UGraphCopy() instead.
    1.32  
    1.33 -    ///Assignment of SmartUGraph to another is \e not allowed.
    1.34 +    ///Assignment of SmartUGraph to another one is \e not allowed.
    1.35      ///Use UGraphCopy() instead.
    1.36      void operator=(const SmartUGraph &) {}
    1.37    public: