From ffa36d4a62e4cfb2e5afab1159d72580e695e454 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 19 Jan 2004 17:03:57 +0000 Subject: [PATCH] Fix in the docu --- src/exif.hpp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/exif.hpp b/src/exif.hpp index dd4959e6..bfe6cf90 100644 --- a/src/exif.hpp +++ b/src/exif.hpp @@ -21,7 +21,7 @@ /*! @file exif.hpp @brief Encoding and decoding of %Exif data - @version $Name: $ $Revision: 1.6 $ + @version $Name: $ $Revision: 1.7 $ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 09-Jan-03, ahu: created @@ -473,10 +473,14 @@ namespace Exif { const char* typeName() const { return ExifTags::typeName(TypeId(type_)); } - int ifdIdx_; //!< Position in the IFD - uint16 tag_; //!< Tag - uint16 type_; //!< Type - uint32 count_; //!< Number of components + //! Position in the IFD + int ifdIdx_; + //! Tag + uint16 tag_; + //! Type + uint16 type_; + //! Number of components + uint32 count_; //! Offset from the start of the IFD uint32 offset_; //! Pointer to the data buffer