From: regrain Date: Thu, 20 Jan 2005 11:40:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Version1.0.bp~235 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2a2c07baafb13cec37daad51975f394541406eac;p=gdcm.git *** empty log message *** --- diff --git a/src/gdcmDicomDirElement.cxx b/src/gdcmDicomDirElement.cxx index bf876a9a..0fe6edb7 100644 --- a/src/gdcmDicomDirElement.cxx +++ b/src/gdcmDicomDirElement.cxx @@ -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, diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index ffd97fdd..e7c3defb 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -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: