From ebda1190dca3c85d58758b3da3da526eac89194a Mon Sep 17 00:00:00 2001 From: frog Date: Tue, 21 Sep 2004 11:17:42 +0000 Subject: [PATCH] * src/gdcmCommon.h, gdcmDocument.cxx: doxygen typos --- ChangeLog | 1 + src/gdcmCommon.h | 8 ++++---- src/gdcmDocument.cxx | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72598e17..c5f8b091 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2004-09-21 Eric Boix * Test/CMakeLists.txt: update to follow gdcmData renamings. + * src/gdcmCommon.h, gdcmDocument.cxx: doxygen typos 2004-09-17 Eric Boix * ENH: added some utility method that builds a flat dictionnary diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 08bf07a0..526b2bc0 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2004/09/13 12:10:53 $ - Version: $Revision: 1.31 $ + Date: $Date: 2004/09/21 11:17:42 $ + Version: $Revision: 1.32 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -114,8 +114,8 @@ const std::string GDCM_UNREAD = "gdcm::UnRead"; /// /ItemNumber#Group|Element /// where "/", "#" and "|" are characters acting as separators. /// Then the general form of a gdcmTagKey is given by: -/// Group|Element -/// where means NO or many instances of SeqTag. +/// Group|Element[SeqTag] +/// where [SeqTag] means NO or many instances of SeqTag. /// Hence the gdcmTagKey of a tag not "leaving" in a sequence is the /// string e.g. /// 0028|1201 diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 543315b9..7fedf71d 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2004/09/21 10:46:10 $ - Version: $Revision: 1.83 $ + Date: $Date: 2004/09/21 11:17:42 $ + Version: $Revision: 1.84 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -2995,8 +2995,8 @@ void gdcmDocument::BuildFlatHashTableRecurse( TagDocEntryHT& builtHT, * Dicom entries in a flat structure (a \ref TagDocEntryHT i.e. a * std::map<>). * \warning Of course there is NO integrity constrain between the - * returned \ref TagDocEntryHT and the \ref gdcmElemenSet used - * to build it. Hence if the underlying \ref gdcmElemenSet is + * returned \ref TagDocEntryHT and the \ref gdcmElementSet used + * to build it. Hence if the underlying \ref gdcmElementSet is * altered, then it is the caller responsability to invoke * \ref BuildFlatHashTable again... * @return The flat std::map<> we juste build. -- 2.48.1