Minor updates

This commit is contained in:
Andreas Huggel 2004-09-12 15:51:11 +00:00
parent ffc3e12c34
commit 3b897c448d

View File

@ -21,11 +21,11 @@ the members of the Exiv2 namespace.</p>
<p><a class="el" href="html/classExiv2_1_1ExifData.html">Exiv2::ExifData</a>
and <a class="el" href="html/classExiv2_1_1IptcData.html">Exiv2::IptcData</a>
are the top-level classes of the Exiv2 library. Both have a container
are the top-level classes of the Exiv2 library. They hold a container
of Exif and Iptc metadata, respectively, and define related methods to
access and manipulate the metadata. The containers hold
access and manipulate the metadata. The containers hold objects derived from
<a class="el" href="html/classExiv2_1_1Metadatum.html">Exiv2::Metadatum</a>
objects. Class Exiv2::Metadatum defines methods to access the
objects. Interface class Exiv2::Metadatum defines methods to access the
information of one Exif tag or Iptc dataset. It models the tag data as
a key and value pair.
The abstract base class