lemon/bits/alteration_notifier.h
changeset 157 2ccc1afc2c52
parent 107 31a2e6d28f61
child 209 765619b7cbb2
     1.1 --- a/lemon/bits/alteration_notifier.h	Sat May 17 06:30:02 2008 +0100
     1.2 +++ b/lemon/bits/alteration_notifier.h	Sat May 24 23:20:49 2008 +0200
     1.3 @@ -94,8 +94,6 @@
     1.4    ///
     1.5    /// \param _Container The container which is observed.
     1.6    /// \param _Item The item type which is obserbved.
     1.7 -  ///
     1.8 -  /// \author Balazs Dezso
     1.9  
    1.10    template <typename _Container, typename _Item>
    1.11    class AlterationNotifier {
    1.12 @@ -130,8 +128,6 @@
    1.13      /// The build() and clear() members are to notify the observer
    1.14      /// about the container is built from an empty container or
    1.15      /// is cleared to an empty container. 
    1.16 -    /// 
    1.17 -    /// \author Balazs Dezso
    1.18  
    1.19      class ObserverBase {
    1.20      protected: