From: jpr Date: Mon, 17 Sep 2007 12:21:56 +0000 (+0000) Subject: Fix comments X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=da26d452805557df463771f3238cbb116ea46e60;p=gdcm.git Fix comments --- diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 19794214..22720bd8 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.cxx,v $ Language: C++ - Date: $Date: 2007/08/29 15:30:48 $ - Version: $Revision: 1.195 $ + Date: $Date: 2007/09/17 12:21:56 $ + Version: $Revision: 1.196 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -764,7 +764,7 @@ void DicomDir::CreateDicomDir() gdcmErrorMacro( "Add PatientToEnd failed"); } } - /// \to do : deal with PRIVATE (not so easy, since PRIVATE appears + /// \todo : deal with PRIVATE (not so easy, since PRIVATE appears /// at different levels ?!? ) else if ( v == "PRIVATE " ) // for SIEMENS 'CSA Non Image' diff --git a/src/gdcmDicomEntry.h b/src/gdcmDicomEntry.h index f5e469c7..090801d1 100644 --- a/src/gdcmDicomEntry.h +++ b/src/gdcmDicomEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomEntry.h,v $ Language: C++ - Date: $Date: 2007/08/22 16:14:03 $ - Version: $Revision: 1.13 $ + Date: $Date: 2007/09/17 12:21:56 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -81,12 +81,12 @@ protected: ~DicomEntry(); private: - /// Dicom \ref TagKey. Contains Dicom Group number and Dicom Element number + /// Dicom TagKey. Contains Dicom Group number and Dicom Element number TagKey Tag; /// \brief Value Representation i.e. some clue about the nature /// of the data represented e.g. - /// - "FD" short for "Floating Point Double"(see \ref VR) + /// - "FD" short for "Floating Point Double"(see VR) /// - "PN" short for "Person Name" VRKey VR; }; diff --git a/src/gdcmDirList.cxx b/src/gdcmDirList.cxx index a777d9ea..090d3ce3 100644 --- a/src/gdcmDirList.cxx +++ b/src/gdcmDirList.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDirList.cxx,v $ Language: C++ - Date: $Date: 2007/06/08 12:49:37 $ - Version: $Revision: 1.62 $ + Date: $Date: 2007/09/17 12:21:56 $ + Version: $Revision: 1.63 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -52,8 +52,7 @@ DirList::DirList(std::string const &dirName, bool recursive) /** * \brief Constructor - * @param dirName root directory name - * @param recursive whether we want to explore recursively or not + * @param se DicomDirSerie we want to explore */ DirList::DirList(DicomDirSerie *se) {