]> Creatis software - gdcm.git/commitdiff
Doxygen warnings : I forgot this one
authorjpr <jpr>
Tue, 25 Jan 2005 15:37:51 +0000 (15:37 +0000)
committerjpr <jpr>
Tue, 25 Jan 2005 15:37:51 +0000 (15:37 +0000)
src/gdcmJPEGFragment.cxx

index 8bbe8f664b4934dd473af9e1b5f4afb2852c7d4a..f1fba57aa0a5a7e89edf152a9e6b58ce76245f9d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragment.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/24 16:03:58 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2005/01/25 15:37:51 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -82,6 +82,7 @@ void JPEGFragment::Print( std::ostream &os, std::string indent )
  * @param fp ifstream to write to
  * @param buffer     output (data decompress)
  * @param nBits      8/12 or 16 bits jpeg
+ * @param statesuspension state suspension
  */
 void JPEGFragment::DecompressJPEGFramesFromFile(std::ifstream *fp,
                                                 uint8_t *buffer, int nBits,