]> Creatis software - gdcm.git/commitdiff
First commit on the post 1.0 (Version? / Tag? / Branch?) :
authorjpr <jpr>
Mon, 14 Feb 2005 14:34:27 +0000 (14:34 +0000)
committerjpr <jpr>
Mon, 14 Feb 2005 14:34:27 +0000 (14:34 +0000)
Fix Doxygen warnings

src/gdcmUtil.cxx

index 10cf19e106c989e34727869761d11fa2e858b2ef..fcaf873afc2f330b5c2b9f6c2757756915e7ddae 100644 (file)
@@ -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)
 {