src/hugo/skeletons/maps.h
changeset 794 d9ec436d11fe
parent 732 33cbc0635e92
child 809 ea5ae5266285
     1.1 --- a/src/hugo/skeletons/maps.h	Fri Sep 03 09:41:50 2004 +0000
     1.2 +++ b/src/hugo/skeletons/maps.h	Fri Sep 03 10:28:21 2004 +0000
     1.3 @@ -2,6 +2,7 @@
     1.4  #ifndef HUGO_MAPSKELETON_H
     1.5  #define HUGO_MAPSKELETON_H
     1.6  
     1.7 +///\ingroup skeletons
     1.8  ///\file
     1.9  ///\brief Map concepts checking classes for testing and documenting.
    1.10  
    1.11 @@ -10,6 +11,9 @@
    1.12    /// The namespace of HUGOlib concepts and concept checking classes
    1.13    namespace skeleton {
    1.14    
    1.15 +    /// \addtogroup skeletons
    1.16 +    /// @{
    1.17 +
    1.18      /// Readable map concept
    1.19      template<typename K, typename T>
    1.20      class ReadMap
    1.21 @@ -94,6 +98,9 @@
    1.22        ///Default constructor
    1.23        ReferenceMap() {}
    1.24      };
    1.25 +
    1.26 +    // @}
    1.27 +
    1.28    } //namespace skeleton
    1.29  } //namespace hugo
    1.30  #endif // HUGO_MAPSKELETON_H