diff -r e561aa7675de -r 2ccc1afc2c52 lemon/bits/alteration_notifier.h --- a/lemon/bits/alteration_notifier.h Sat May 17 06:30:02 2008 +0100 +++ b/lemon/bits/alteration_notifier.h Sat May 24 23:20:49 2008 +0200 @@ -94,8 +94,6 @@ /// /// \param _Container The container which is observed. /// \param _Item The item type which is obserbved. - /// - /// \author Balazs Dezso template class AlterationNotifier { @@ -130,8 +128,6 @@ /// The build() and clear() members are to notify the observer /// about the container is built from an empty container or /// is cleared to an empty container. - /// - /// \author Balazs Dezso class ObserverBase { protected: