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. + */