]> Creatis software - gdcm.git/commitdiff
* src/gdcmCommon.h, gdcmDocument.cxx: doxygen typos
authorfrog <frog>
Tue, 21 Sep 2004 11:17:42 +0000 (11:17 +0000)
committerfrog <frog>
Tue, 21 Sep 2004 11:17:42 +0000 (11:17 +0000)
ChangeLog
src/gdcmCommon.h
src/gdcmDocument.cxx

index 72598e170655af83c1f132b5dd99a2aaad105f21..c5f8b091e753d0b79f74e9fb0d0d08cc19635b68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2004-09-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
   * Test/CMakeLists.txt: update to follow gdcmData renamings.
+  * src/gdcmCommon.h, gdcmDocument.cxx: doxygen typos
 
 2004-09-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
   * ENH: added some utility method that builds a flat dictionnary
index 08bf07a0904252ba23d3fdf3b2169f5783a5487f..526b2bc050e991b070b52eaffa7e23ec185fb311 100644 (file)
@@ -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<SeqTag>
-///        where <SeqTag> 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
index 543315b9a869c3094a90deea38e15b0cd4675c1a..7fedf71d47840b3e621c55a2e971f17e8e515b42 100644 (file)
@@ -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.