lemon/bits/alteration_notifier.h
changeset 1587 8f1c317ebeb4
parent 1435 8e85e6bbefdf
child 1685 5b37a10234bc
     1.1 --- a/lemon/bits/alteration_notifier.h	Mon Jul 25 11:17:23 2005 +0000
     1.2 +++ b/lemon/bits/alteration_notifier.h	Tue Jul 26 13:15:13 2005 +0000
     1.3 @@ -20,13 +20,13 @@
     1.4  #include <vector>
     1.5  #include <algorithm>
     1.6  
     1.7 -///\ingroup graphmaps
     1.8 +///\ingroup graphmapfactory
     1.9  ///\file
    1.10  ///\brief Observer registry for graph alteration observers.
    1.11  
    1.12  namespace lemon {
    1.13  
    1.14 -  /// \addtogroup graphmaps
    1.15 +  /// \addtogroup graphmapfactory
    1.16    /// @{
    1.17  
    1.18    /// \brief Registry class to register objects observes alterations in