From ba8a824c25ff98fd00ebce2b3fd1c3043e9a4f2e Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 28 May 2010 02:17:37 +0000 Subject: [PATCH] Doc added to silence doxygen warnings. --- src/pentaxmn.hpp | 1 + src/tiffimage.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/pentaxmn.hpp b/src/pentaxmn.hpp index f9e4d18d..01eab382 100644 --- a/src/pentaxmn.hpp +++ b/src/pentaxmn.hpp @@ -116,6 +116,7 @@ namespace Exiv2 { //! Shortcut for the printCombiTag template which requires typing the array name only once. #define EXV_PRINT_COMBITAG(array, count, ignoredcount) printCombiTag +//! Shortcut for the printCombiTag template which requires typing the array name only once. #define EXV_PRINT_COMBITAG_MULTI(array, count, ignoredcount, ignoredcountmax) printCombiTag } // namespace Exiv2 diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp index 8c8aa262..247f4a08 100644 --- a/src/tiffimage.cpp +++ b/src/tiffimage.cpp @@ -543,6 +543,7 @@ namespace Exiv2 { true, // Concatenate gaps { 0, ttUnsignedByte, 1 } }; + //! Nikon Flash Info binary array - definition 1 extern const ArrayDef nikonFl1Def[] = { { 0, ttUndefined, 4 }, // Version { 4, ttUnsignedByte, 1 }, // FlashSource @@ -566,6 +567,7 @@ namespace Exiv2 { true, // Concatenate gaps { 0, ttUnsignedByte, 1 } }; + //! Nikon Flash Info binary array - definition 2 extern const ArrayDef nikonFl2Def[] = { { 0, ttUndefined, 4 }, // Version { 4, ttUnsignedByte, 1 }, // FlashSource