diff -r 9cd0aeea47b0 -r d9ec436d11fe src/hugo/skeletons/maps.h --- a/src/hugo/skeletons/maps.h Fri Sep 03 09:41:50 2004 +0000 +++ b/src/hugo/skeletons/maps.h Fri Sep 03 10:28:21 2004 +0000 @@ -2,6 +2,7 @@ #ifndef HUGO_MAPSKELETON_H #define HUGO_MAPSKELETON_H +///\ingroup skeletons ///\file ///\brief Map concepts checking classes for testing and documenting. @@ -10,6 +11,9 @@ /// The namespace of HUGOlib concepts and concept checking classes namespace skeleton { + /// \addtogroup skeletons + /// @{ + /// Readable map concept template class ReadMap @@ -94,6 +98,9 @@ ///Default constructor ReferenceMap() {} }; + + // @} + } //namespace skeleton } //namespace hugo #endif // HUGO_MAPSKELETON_H