[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:02 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=434007f

The following commit has been merged in the master branch:
commit 434007f0f2ce26a006af6e5493afd3f402624b46
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Feb 11 08:29:10 2004 +0000

    Minor documentation fixes
---
 src/ifd.hpp   | 9 ++++-----
 src/types.hpp | 3 +--
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/ifd.hpp b/src/ifd.hpp
index bb7478b..3c37a1f 100644
--- a/src/ifd.hpp
+++ b/src/ifd.hpp
@@ -21,7 +21,7 @@
 /*!
   @file    ifd.hpp
   @brief   Encoding and decoding of IFD (Image File Directory) data
-  @version $Name:  $ $Revision: 1.1 $
+  @version $Name:  $ $Revision: 1.2 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    09-Jan-04, ahu: created
@@ -41,7 +41,6 @@
 
 // *****************************************************************************
 // namespace extensions
-//! Provides classes and functions to encode and decode %Exif data.
 namespace Exif {
 
 // *****************************************************************************
@@ -152,9 +151,9 @@ namespace Exif {
         void setOffset(uint32 offset, ByteOrder byteOrder);
         /*!
           @brief Set type, count and the data of the entry. 
-          @throw Error ("Size too large") if no memory allocation is allowed
-                 and the size of the data of value is larger than that 
-                 available for the data of the entry.
+          @throw Error ("Size too large") if no memory allocation is allowed and
+                 the size of the data in buf is greater than the existing size
+                 of the data of the entry.
          */
         void setValue(uint16 type, const char* buf, long size);
 
diff --git a/src/types.hpp b/src/types.hpp
index 308f04c..1b488f0 100644
--- a/src/types.hpp
+++ b/src/types.hpp
@@ -21,7 +21,7 @@
 /*!
   @file    types.hpp
   @brief   Type definitions for Exiv2 and related functionality
-  @version $Name:  $ $Revision: 1.1 $
+  @version $Name:  $ $Revision: 1.2 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    09-Jan-04, ahu: created
@@ -41,7 +41,6 @@
 
 // *****************************************************************************
 // namespace extensions
-//! Provides classes and functions to encode and decode %Exif data.
 namespace Exif {
 
 // *****************************************************************************

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list