]> Creatis software - gdcm.git/commitdiff
*** empty log message ***
authorregrain <regrain>
Thu, 20 Jan 2005 11:40:14 +0000 (11:40 +0000)
committerregrain <regrain>
Thu, 20 Jan 2005 11:40:14 +0000 (11:40 +0000)
src/gdcmDicomDirElement.cxx
src/gdcmDicomDirElement.h

index bf876a9ac3212aab2c33d8dd62d099c1f46cd01f..0fe6edb7ddfb451c20f3fa7a52732ff185b58d7e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirElement.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/20 11:09:23 $
-  Version:   $Revision: 1.28 $
+  Date:      $Date: 2005/01/20 11:40:14 $
+  Version:   $Revision: 1.29 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -142,10 +142,9 @@ void DicomDirElement::Print(std::ostream &os)
 
 //-----------------------------------------------------------------------------
 // Public
-
 /**
  * \brief AddNewEntry 
- * @param  type type
+ * @param type type
  * @param elem elem
  */
 bool DicomDirElement::AddNewEntry(std::string const &type, 
index ffd97fdd1addac23accb35119216a6164d4c9dd6..e7c3defb15d4914d2933a71c8448b871cd04269c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirElement.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/11 15:15:38 $
-  Version:   $Revision: 1.19 $
+  Date:      $Date: 2005/01/20 11:40:14 $
+  Version:   $Revision: 1.20 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -101,9 +101,7 @@ public:
    ListDicomDirImageElem const &GetDicomDirImageElements() const
       { return DicomDirImageList; };
 
-   /**
-    * Public method to add an element
-    */
+   // Public method to add an element
    bool AddNewEntry(std::string const &type, Element const &elem);
 
 private: