X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirMeta.h;fp=src%2FgdcmDicomDirMeta.h;h=ddeca2534c18372011e97033a96170caa6000609;hb=73235b749dd3cb7e3552e81f9398b17b9209efa4;hp=3274a9af65860fc72b32f082948eae7a9054bdc3;hpb=344736f50f507aa60d8fc6f6645fe5259a26b264;p=gdcm.git diff --git a/src/gdcmDicomDirMeta.h b/src/gdcmDicomDirMeta.h index 3274a9af..ddeca253 100644 --- a/src/gdcmDicomDirMeta.h +++ b/src/gdcmDicomDirMeta.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirMeta.h,v $ Language: C++ - Date: $Date: 2005/01/20 16:16:42 $ - Version: $Revision: 1.17 $ + Date: $Date: 2005/02/01 13:11:49 $ + Version: $Revision: 1.18 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,7 +26,6 @@ namespace gdcm //----------------------------------------------------------------------------- /** - * \ingroup DicomDirMeta * \brief Meta Elements (group 0002) of a DicomDir */ class GDCM_EXPORT DicomDirMeta : public DicomDirObject @@ -35,7 +34,7 @@ public: DicomDirMeta(bool empty=false); ~DicomDirMeta(); - virtual void Print(std::ostream &os = std::cout, std::string const & indent = "" ); + virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" ); virtual void WriteContent(std::ofstream *fp, FileType t); }; } // end namespace gdcm