diff --git a/website/bin/conversion.sh b/website/bin/conversion.sh old mode 100644 new mode 100755 diff --git a/website/doxygen/Doxyfile b/website/doxygen/Doxyfile index ff60a565..3cd09fa4 100644 --- a/website/doxygen/Doxyfile +++ b/website/doxygen/Doxyfile @@ -493,7 +493,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src doxygen/mainpage.hpp +INPUT = ../src ../include/exiv2 doxygen/mainpage.hpp # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default diff --git a/website/master/conversion.html.in b/website/master/conversion.html.in index cf75e88a..f87e2c0d 100644 --- a/website/master/conversion.html.in +++ b/website/master/conversion.html.in @@ -10,7 +10,7 @@ __maintitle__

Exiv2 maps and will convert Exif tags and IPTC Datasets to and from XMP properties.
This function is available via the import/export command line options: exiv2 -eX image.jpg; exiv2 -iX image.jpg
-and via the exiv2 API: convert.hpp File Reference

+and via the exiv2 API: convert.hpp File Reference

__conversion__ diff --git a/website/var/__footer__ b/website/var/__footer__ index f6a80455..2aa6a3fe 100644 --- a/website/var/__footer__ +++ b/website/var/__footer__ @@ -1,7 +1,7 @@