X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDict.cxx;h=660d2913504ce44a75aef1fda1d4e052a3367048;hb=0fc486652e88490f7344439111750eb9dcaf7a29;hp=50e775ea17835a0e26c7577adb4f7fa5e5473cb4;hpb=4b4569ba7d0829cf3782ff6b5bbe5ae1009466e6;p=gdcm.git diff --git a/src/gdcmDict.cxx b/src/gdcmDict.cxx index 50e775ea..660d2913 100644 --- a/src/gdcmDict.cxx +++ b/src/gdcmDict.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDict.cxx,v $ Language: C++ - Date: $Date: 2004/08/01 02:39:09 $ - Version: $Revision: 1.41 $ + Date: $Date: 2004/08/31 14:24:47 $ + Version: $Revision: 1.42 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -28,7 +28,7 @@ // Constructor / Destructor /** * \brief Construtor - * @param FileName from which to build the dictionary. + * @param filename from which to build the dictionary. */ gdcmDict::gdcmDict(std::string const & filename) { @@ -145,7 +145,7 @@ void gdcmDict::PrintByName(std::ostream& os) /** * \ingroup gdcmDict * \brief adds a new Dicom Dictionary Entry - * @param NewEntry entry to add + * @param newEntry entry to add * @return false if Dicom Element already exists */ bool gdcmDict::AddNewEntry(gdcmDictEntry *newEntry) @@ -168,7 +168,7 @@ bool gdcmDict::AddNewEntry(gdcmDictEntry *newEntry) /** * \ingroup gdcmDict * \brief replaces an already existing Dicom Element by a new one - * @param NewEntry new entry (overwrites any previous one with same tag) + * @param newEntry new entry (overwrites any previous one with same tag) * @return false if Dicom Element doesn't exist */ bool gdcmDict::ReplaceEntry(gdcmDictEntry *newEntry)