X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntrySet.h;h=8d74d2cf5d9a1d5ac2624fcdf7f8c3bf56c8f585;hb=831b4cec23815614ee2ceddff957e852d7a36fe9;hp=88dac39bf795587ce479ea950f2a129defe21732;hpb=a462ce9f1af0894cd930ab04f2e65cd80dfa7084;p=gdcm.git diff --git a/src/gdcmDocEntrySet.h b/src/gdcmDocEntrySet.h index 88dac39b..8d74d2cf 100644 --- a/src/gdcmDocEntrySet.h +++ b/src/gdcmDocEntrySet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntrySet.h,v $ Language: C++ - Date: $Date: 2005/01/08 15:03:59 $ - Version: $Revision: 1.36 $ + Date: $Date: 2005/01/11 15:15:38 $ + Version: $Revision: 1.37 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -35,6 +35,7 @@ typedef std::string BaseTagKey; //----------------------------------------------------------------------------- /** + * \brief * \ref DocEntrySet is an abstract base class for \ref ElementSet * and \ref SQItem which are both containers for DocEntries. * \ref ElementSet is based on the STL map<> container