]> Creatis software - gdcm.git/commitdiff
Mistyping in doxygen header corrected
authorjpr <jpr>
Wed, 24 Sep 2003 12:38:26 +0000 (12:38 +0000)
committerjpr <jpr>
Wed, 24 Sep 2003 12:38:26 +0000 (12:38 +0000)
src/gdcmRLE.cxx

index f119cdbcb112c0e4f195d162a92fa86f2b172912..358a041a722b775353bab55b769db93f8c21109d 100644 (file)
@@ -20,11 +20,12 @@ static int _gdcm_read_RLE_fragment (char ** image_buffer,
                                     FILE* fp);
 // static because nothing but gdcm_read_RLE_file may call it
 
-// ------------------------------------------------------------------------------------
+// ----------------------------------------------------------------------------
 /**
  * \ingroup   gdcmFile
  * \brief     Reads a 'Run Length Encoded' Dicom encapsulated file
- * @param     destination Address (in caller's memory space) at which the
+ * @param     image_buffer destination Address (in caller's memory space) 
+ *            at which the
  *            pixel data should be copied
  * @return    int acts as a Boolean 
  */