X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=7c64268a0d35afba40fb079c8604997419f565f6;hb=0ad9dae4659b21bfd5c834c1af724eab4dcdf4f6;hp=186f2cb5c31730da39fd3493c422878a6b1497db;hpb=7e9537ac534af5c5b9c5231c1b7fdd7193c2255d;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 186f2cb5..7c64268a 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/17 17:27:03 $ - Version: $Revision: 1.42 $ + Date: $Date: 2005/01/23 10:12:33 $ + Version: $Revision: 1.43 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -52,6 +52,11 @@ DictEntry::DictEntry(uint16_t group, uint16_t elem, //----------------------------------------------------------------------------- // Print +/** + * \brief Prints an entry of the Dicom DictionaryEntry + * @param os ostream we want to print in + * @param indent Indentation string to be prepended during printing + */ void DictEntry::Print(std::ostream &os, std::string const & ) { std::string vr;