src/hugo/array_map_factory.h
changeset 785 a9b0863c2265
parent 783 81bf2d766164
child 786 d7b3b13b9df6
     1.1 --- a/src/hugo/array_map_factory.h	Thu Sep 02 11:20:49 2004 +0000
     1.2 +++ b/src/hugo/array_map_factory.h	Thu Sep 02 15:13:21 2004 +0000
     1.3 @@ -6,8 +6,17 @@
     1.4  
     1.5  #include <hugo/extended_pair.h>
     1.6  
     1.7 +///\ingroup graphmapfactory
     1.8 +///\file
     1.9 +///\brief Graph maps that construates and destruates
    1.10 +///their elements dynamically.
    1.11 +
    1.12  namespace hugo {
    1.13  	
    1.14 +/// \addtogroup graphmapfactory
    1.15 +/// @{
    1.16 +
    1.17 +  ///.
    1.18    template <typename MapRegistry> class ArrayMapFactory {
    1.19  		
    1.20    public:
    1.21 @@ -362,6 +371,10 @@
    1.22        Allocator allocator;
    1.23      };		
    1.24    };
    1.25 +  
    1.26 +/// @}
    1.27 +  
    1.28 +
    1.29  }
    1.30  
    1.31  #endif