From e07684201fb517567eb1a7df6103a97ddda76385 Mon Sep 17 00:00:00 2001
From: Andreas Huggel
Date: Sat, 19 Jun 2004 14:39:54 +0000
Subject: [PATCH] minor change
---
doc/getting-started.html | 2 +-
src/doxygen.hpp | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/doc/getting-started.html b/doc/getting-started.html
index b9cc3218..3107b360 100644
--- a/doc/getting-started.html
+++ b/doc/getting-started.html
@@ -54,7 +54,7 @@ the Makernote interface. Subclass
Exiv2::IfdMakerNote
models makernotes encoded in IFD format.
Implementing a new
-IFD makernote is trivial. Implementing a new makernote that is not
+IFD makernote is straightforward. Implementing a new makernote that is not
encoded in IFD format however, is not. Please
contact me if you have such a
makernote specification and would like assistance adding it to Exiv2.
diff --git a/src/doxygen.hpp b/src/doxygen.hpp
index dcb157ed..202ab707 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.13 $
+ @version $Name: $ $Revision: 1.14 $
@author Andreas Huggel (ahu)
ahuggel@gmx.net
@date 07-Feb-04, ahu: created
@@ -23,7 +23,6 @@
needs to be moved (for known IFD MakerNotes)
- new camera make/model specific MakerNotes can be added to the library
with minimum effort in OO-fashion (by subclassing MakerNote or IfdMakerNote)
-
- extract and delete methods for Exif thumbnails (both, JPEG and TIFF thumbnails)
- extensive Doxygen documentation
- generic lower-level classes to access IFD (Image File Directory) data structures