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


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

The following commit has been merged in the master branch:
commit 65d6486a75696047b9f56e202d6af505e71a65c6
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Aug 14 14:18:26 2006 +0000

    Updated doxygen configuration file (and enabled search engine) and a minor doc fix
---
 config/Doxyfile  | 19 +++++++++++++++++--
 src/crwimage.cpp |  2 ++
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/config/Doxyfile b/config/Doxyfile
index cddbcc2..82ed179 100644
--- a/config/Doxyfile
+++ b/config/Doxyfile
@@ -1,4 +1,4 @@
-# Doxyfile 1.4.6
+# Doxyfile 1.4.7
 
 # This file describes the settings to be used by the documentation system
 # doxygen (www.doxygen.org) for a project
@@ -586,6 +586,13 @@ REFERENCED_BY_RELATION = YES
 
 REFERENCES_RELATION    = YES
 
+# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
+# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
+# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
+# link to the source code.  Otherwise they will link to the documentstion.
+
+REFERENCES_LINK_SOURCE = YES
+
 # If the USE_HTAGS tag is set to YES then the references to source code 
 # will point to the HTML generated by the htags(1) tool instead of doxygen 
 # built-in source browser. The htags tool is part of GNU's global source 
@@ -1148,6 +1155,14 @@ INCLUDED_BY_GRAPH      = YES
 
 CALL_GRAPH             = NO
 
+# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
+# generate a caller dependency graph for every global function or class method. 
+# Note that enabling this option will significantly increase the time of a run. 
+# So in most cases it will be better to enable caller graphs for selected 
+# functions only using the 
-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list