From: jpr Date: Wed, 24 Sep 2003 12:38:26 +0000 (+0000) Subject: Mistyping in doxygen header corrected X-Git-Tag: Version0.3.1~159 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6e80e9e7e9ca1926b3c10b029f8ba1e3f20ceaba;p=gdcm.git Mistyping in doxygen header corrected --- diff --git a/src/gdcmRLE.cxx b/src/gdcmRLE.cxx index f119cdbc..358a041a 100644 --- a/src/gdcmRLE.cxx +++ b/src/gdcmRLE.cxx @@ -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 */