From 8d55819ff0eb5f936ee0c817cae80d51819fe682 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sun, 5 Dec 2004 04:09:20 +0000 Subject: [PATCH] Minor doc fix --- src/exif.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/exif.hpp b/src/exif.hpp index f1e66623..4cca64bc 100644 --- a/src/exif.hpp +++ b/src/exif.hpp @@ -592,6 +592,7 @@ namespace Exiv2 { @brief Add a copy of the \em exifdatum to the Exif metadata. No duplicate checks are performed, i.e., it is possible to add multiple metadata with the same key. + @throw Error ("Inconsistent MakerNote") if \em exifdatum is a MakerNote tag for a different %MakerNote than that of the %ExifData. */