From: jpr Date: Fri, 21 Oct 2005 12:12:55 +0000 (+0000) Subject: Doxygen X-Git-Tag: OpenJPEG.Version1.2~260 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=249df4735f1fab52f49a6e75ff6602ef4ab14ee6;p=gdcm.git Doxygen --- diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 775ab82b..8e366624 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/10/20 08:58:17 $ - Version: $Revision: 1.162 $ + Date: $Date: 2005/10/21 12:12:55 $ + Version: $Revision: 1.163 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -204,7 +204,7 @@ bool DicomDir::Load(std::string const &fileName ) } /// DEPRECATED : use SetDirectoryName(dname) instead -/** +/* * * \brief Loader. (DEPRECATED : kept not to break the API) * @param paseDir Parse Dir * @deprecated use SetDirectoryName(dname) instead diff --git a/src/gdcmDicomEntry.h b/src/gdcmDicomEntry.h index 6ac7abe4..7149fff5 100644 --- a/src/gdcmDicomEntry.h +++ b/src/gdcmDicomEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomEntry.h,v $ Language: C++ - Date: $Date: 2005/10/21 11:50:04 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/10/21 12:12:55 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -35,7 +35,7 @@ namespace gdcm * i.e. the Group number * the Element number * - the VR (Value Representation) - * - the VM (Value Multplicity) + * - the VM (Value Multiplicity) * - the corresponding name in english */ class GDCM_EXPORT DicomEntry : public RefCounter