From: jpr Date: Wed, 2 Feb 2005 10:16:02 +0000 (+0000) Subject: Fix Doxygen warnings X-Git-Tag: Version1.0.bp~121 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8d2a721372b42fa92659724b2da072f5bd7c8867;p=gdcm.git Fix Doxygen warnings --- diff --git a/src/gdcmRLEFramesInfo.cxx b/src/gdcmRLEFramesInfo.cxx index 26797b4d..31f933f3 100644 --- a/src/gdcmRLEFramesInfo.cxx +++ b/src/gdcmRLEFramesInfo.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFramesInfo.cxx,v $ Language: C++ - Date: $Date: 2005/02/02 10:02:18 $ - Version: $Revision: 1.13 $ + Date: $Date: 2005/02/02 10:16:02 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -65,7 +65,8 @@ RLEFrame *RLEFramesInfo::GetNextFrame() * @param raw raw * @param xSize x Size * @param ySize y Size - * @param BitsAllocated Bits allocated + * @param zSize z Size + * @param bitsAllocated Bits allocated * @return Boolean */ bool RLEFramesInfo::DecompressRLEFile( std::ifstream *fp , uint8_t *raw,