[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:20 UTC 2017


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

The following commit has been merged in the master branch:
commit c9685ac2d6205eb7efa6786d972f524efcc80a15
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu May 13 10:43:55 2004 +0000

    Minor doc fixes
---
 src/exif.hpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/exif.hpp b/src/exif.hpp
index 3f348e7..f12a690 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.42 $
+  @version $Name:  $ $Revision: 1.43 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    09-Jan-04, ahu: created
@@ -269,9 +269,9 @@ namespace Exiv2 {
                  thumbnail image, if it is in TIFF format. For JPEG thumbnails
                  the byte order is not used.
           @return 0 if successful<br>
-                 -1 if there is no thumbnail image in the Exif data<br>
-                  1 in case of inconsistent JPEG thumbnail Exif data
-                  2 in case of inconsistent TIFF thumbnail Exif data<br>
+                 -1 if there is no thumbnail image in the Exif data<BR>
+                  1 in case of inconsistent JPEG thumbnail Exif data<BR>
+                  2 in case of inconsistent TIFF thumbnail Exif data
          */
         virtual int read(const char* buf,
                          const ExifData& exifData,
@@ -527,9 +527,9 @@ namespace Exiv2 {
                   -1 if the file couldn't be opened;<BR>
                   -2 if the file type is unknown;<BR>
                   the return code of Image::readExifData(std::istream& is)
-                    if the call to this function fails<br>
+                    if the call to this function fails<BR>
                   the return code of read(const char* buf, long len)
-                    if the call to this function fails<br>
+                    if the call to this function fails
          */
         int read(const std::string& path);
         /*!
@@ -537,7 +537,7 @@ namespace Exiv2 {
                  must start with the TIFF header.
           @param buf Pointer to the data buffer to read from
           @param len Number of bytes in the data buffer 
-          @return 0 if successful
+          @return 0 if successful.
          */
         int read(const char* buf, long len);
         /*!

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list