diff -r a48964a87141 -r a9b0863c2265 src/hugo/array_map_factory.h --- a/src/hugo/array_map_factory.h Thu Sep 02 11:20:49 2004 +0000 +++ b/src/hugo/array_map_factory.h Thu Sep 02 15:13:21 2004 +0000 @@ -6,8 +6,17 @@ #include +///\ingroup graphmapfactory +///\file +///\brief Graph maps that construates and destruates +///their elements dynamically. + namespace hugo { +/// \addtogroup graphmapfactory +/// @{ + + ///. template class ArrayMapFactory { public: @@ -362,6 +371,10 @@ Allocator allocator; }; }; + +/// @} + + } #endif