From 71eeda17530f571a80184521ac070a79bb2b8844 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Tue, 2 Feb 2010 09:42:57 +0100 Subject: API documentation: xmp module. --- doc/api.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/api.rst') diff --git a/doc/api.rst b/doc/api.rst index b345ed0..b4a9cb1 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -36,3 +36,11 @@ pyexiv2.iptc :members: key, type, name, title, description, photoshop_name, repeatable, record_name, record_description, raw_values, values +pyexiv2.xmp +########### + +.. module:: pyexiv2.xmp +.. autoexception:: pyexiv2.xmp.XmpValueError +.. autoclass:: pyexiv2.xmp.XmpTag + :members: key, type, name, title, description, raw_value, value + -- cgit