From: frog Date: Fri, 8 Oct 2004 08:42:11 +0000 (+0000) Subject: Typos on refs to docs. X-Git-Tag: Version0.6.bp~108 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=01b26529fd830405f78ca1dc1fd7d2d7558a8a6e;p=gdcm.git Typos on refs to docs. --- diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index 3eb74aac..f6589426 100644 --- a/src/gdcmRLEFrame.h +++ b/src/gdcmRLEFrame.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.h,v $ Language: C++ - Date: $Date: 2004/10/06 22:31:31 $ - Version: $Revision: 1.2 $ + Date: $Date: 2004/10/08 08:42:11 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,9 +24,10 @@ /** * \brief Utility class for summerizing the informations of a SINGLE RLE - * frame of an "Encapsulated RLE Compressed Image" (see PS-3.3 annex G). + * frame of an "Encapsulated RLE Compressed Image" (refer to + * PS 3.5-2003 annex G). * This information is a mix of: - * - the RLE Header (see PS-3.3 section G5) and + * - the RLE Header (see PS 3.5-2003 section G5) and * - the lengths of each RLE segment [ which can be decuded from * both the above RLE Header and the itemlength of the frame). * diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index 3bc1058a..0e3f608a 100644 --- a/src/gdcmRLEFramesInfo.h +++ b/src/gdcmRLEFramesInfo.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFramesInfo.h,v $ Language: C++ - Date: $Date: 2004/10/06 09:58:08 $ - Version: $Revision: 1.1 $ + Date: $Date: 2004/10/08 08:42:11 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,7 +26,7 @@ /** * \brief Utility class for gathering the informations of the collection * of RLE frame[s] (see \ref gdcmRLEFrame) when handling - * "Encapsulated RLE Compressed Images" (see PS-3.3 annex G). + * "Encapsulated RLE Compressed Images" (see PS 3.5-2003 annex G). * Note: a classical image can be considered as the degenerated case * of a multiframe image. In this case the collection is limited * to a single individual frame.