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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:35:58 UTC 2017


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

The following commit has been merged in the master branch:
commit 9a4213b28d015f2b0cc15522ab9d6a97352b5b2a
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Feb 2 02:57:26 2004 +0000

    Added documentation
---
 src/rcsid.hpp | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/rcsid.hpp b/src/rcsid.hpp
index fc4ac98..04d1e3a 100644
--- a/src/rcsid.hpp
+++ b/src/rcsid.hpp
@@ -27,7 +27,7 @@
      that there won't be any duplicate extern symbols at link time.
   2. To avoid warnings of the type "variable declared and never used".
 
-  @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    02-Feb-04, ahu: created
@@ -36,6 +36,16 @@
 #define RCSID_HPP_
 
 #if !defined (EXIV2_RCSID)
+/*!
+  @brief Macro to store version information in each object file.
+         Include the following two lines at the beginning of each *.cpp file.
+         See the ident(1) manual pages for more information.
+
+         @code
+         #include "rcsid.hpp"
+         EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.2 $ $RCSfile: rcsid.hpp,v $")
+         @endcode
+ */
 #define EXIV2_RCSID(id) \
     namespace { \
         inline const char* getRcsId(const char*) \

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list