diff options
-rw-r--r-- | doc/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst index a06b552..d58eb60 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -43,6 +43,9 @@ pyexiv2.xmp ########### .. module:: pyexiv2.xmp +.. autofunction:: register_namespace +.. autofunction:: unregister_namespace +.. autofunction:: unregister_namespaces .. autoexception:: XmpValueError .. autoclass:: XmpTag :members: key, type, name, title, description, raw_value, value |