From 74baf6f81360adb133527564721a2cb6ecb93a39 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Thu, 13 May 2004 03:00:07 +0000 Subject: [PATCH] Added example exifcomment --- src/doxygen.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/doxygen.hpp b/src/doxygen.hpp index 0ba0d2db..e2ad10fb 100644 --- a/src/doxygen.hpp +++ b/src/doxygen.hpp @@ -2,7 +2,7 @@ /*! @file doxygen.hpp @brief Additional documentation, this file contains no source code - @version $Name: $ $Revision: 1.9 $ + @version $Name: $ $Revision: 1.10 $ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 07-Feb-04, ahu: created @@ -76,3 +76,7 @@ @example exifprint.cpp Sample program to print Exif data from an image. */ +/*! + @example exifcomment.cpp + Sample program showing how to set the Exif comment of an image. + */