src/hugo/map_registry.h
changeset 785 a9b0863c2265
parent 783 81bf2d766164
child 786 d7b3b13b9df6
     1.1 --- a/src/hugo/map_registry.h	Thu Sep 02 11:20:49 2004 +0000
     1.2 +++ b/src/hugo/map_registry.h	Thu Sep 02 15:13:21 2004 +0000
     1.3 @@ -4,10 +4,17 @@
     1.4  
     1.5  #include <vector>
     1.6  
     1.7 +///\ingroup graphmapfactory
     1.8 +///\file
     1.9 +///\brief Map registry for graph maps.
    1.10 +
    1.11  using namespace std;
    1.12  
    1.13  namespace hugo {
    1.14  
    1.15 +/// \addtogroup graphmapfactory
    1.16 +/// @{
    1.17 +
    1.18  /** 
    1.19   * Registry class to register edge or node maps into the graph. The
    1.20   * registry helps you to implement an observer pattern. If you add
    1.21 @@ -261,6 +268,10 @@
    1.22      }
    1.23    };
    1.24  
    1.25 +  
    1.26 +/// @}
    1.27 +  
    1.28 +
    1.29  }
    1.30  
    1.31  #endif