From: jpr Date: Mon, 14 Feb 2005 14:34:27 +0000 (+0000) Subject: First commit on the post 1.0 (Version? / Tag? / Branch?) : X-Git-Tag: Version1.0.bp~3 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3a295a448c7579e6ad5d574d4a28614588d5f05c;p=gdcm.git First commit on the post 1.0 (Version? / Tag? / Branch?) : Fix Doxygen warnings --- diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index 10cf19e1..fcaf873a 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.cxx,v $ Language: C++ - Date: $Date: 2005/02/14 10:43:53 $ - Version: $Revision: 1.140 $ + Date: $Date: 2005/02/14 14:34:27 $ + Version: $Revision: 1.141 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -871,6 +871,7 @@ std::ostream &binary_write(std::ostream &os, const char *val) * \brief * @param os ostream to write to * @param val val + * @param len length of the 'value' to be written */ std::ostream &binary_write(std::ostream &os, std::string const &val) { @@ -892,6 +893,7 @@ std::ostream &binary_write(std::ostream &os, const uint8_t *val, size_t len) * \brief binary_write binary_write * @param os ostream to write to * @param val val + * @param len length of the 'value' to be written */ std::ostream &binary_write(std::ostream &os, const uint16_t *val, size_t len) {