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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:25 UTC 2017


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

The following commit has been merged in the master branch:
commit c1bf0abbc95d0f4dd9a273a26606502742ecdcfb
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Jan 26 03:20:02 2006 +0000

    Reset Doxygen flags to avoid extensive doc, fixed minor doc bug
---
 config/Doxyfile | 6 +++---
 src/image.hpp   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/Doxyfile b/config/Doxyfile
index deb0f61..cddbcc2 100644
--- a/config/Doxyfile
+++ b/config/Doxyfile
@@ -228,17 +228,17 @@ SUBGROUPING            = YES
 # Private class members and static file members will be hidden unless 
 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
 
-EXTRACT_ALL            = YES
+EXTRACT_ALL            = NO
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.
 
-EXTRACT_PRIVATE        = YES
+EXTRACT_PRIVATE        = NO
 
 # If the EXTRACT_STATIC tag is set to YES all static members of a file 
 # will be included in the documentation.
 
-EXTRACT_STATIC         = YES
+EXTRACT_STATIC         = NO
 
 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
 # defined locally in source files will be included in the documentation. 
diff --git a/src/image.hpp b/src/image.hpp
index 20e905e..40533d8 100644
--- a/src/image.hpp
+++ b/src/image.hpp
@@ -485,7 +485,7 @@ namespace Exiv2 {
 // *****************************************************************************
 // template, inline and free functions
 
-    // Append \em len bytes pointed to by \em buf to \em blob.
+    //! Append \em len bytes pointed to by \em buf to \em blob.
     void append(Blob& blob, const byte* buf, uint32_t len);
 
 }                                       // namespace Exiv2

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list