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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:45 UTC 2017


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

The following commit has been merged in the master branch:
commit b9153850639b06a12afe3ab6e580738af9b66e2a
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Sep 10 02:20:31 2008 +0000

    Minor fix for a doxygen warning.
---
 src/tags.cpp | 2 ++
 src/tags.hpp | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index da30360..4f2ec54 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -63,10 +63,12 @@ namespace {
 // class member definitions
 namespace Exiv2 {
 
+    //! @cond IGNORE
     IfdInfo::Item::Item(const std::string& item)
     {
         i_ = item;
     }
+    //! @endcond
 
     bool IfdInfo::operator==(IfdId ifdId) const
     {
diff --git a/src/tags.hpp b/src/tags.hpp
index 0f3fba2..739b23b 100644
--- a/src/tags.hpp
+++ b/src/tags.hpp
@@ -79,8 +79,7 @@ namespace Exiv2 {
         bool operator==(Item item) const;       //!< Comparison operator for IFD item
         IfdId ifdId_;                           //!< IFD id
         const char* name_;                      //!< IFD name
-        //! Related IFD item. This is also an IFD name, unique for each IFD.
-        const char* item_;
+        const char* item_; //!< Related IFD item. This is also an IFD name, unique for each IFD.
         TagListFct tagList_;                    //!< Tag list
     };
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list