diff --git a/doc/templates/Makefile b/doc/templates/Makefile
index 2310dedf..97e3decc 100644
--- a/doc/templates/Makefile
+++ b/doc/templates/Makefile
@@ -14,7 +14,8 @@
# Only tested with GNU make.
#
-TABLES = Exif Canon CanonCs1 CanonCs2 CanonCf Fujifilm Nikon1 Nikon2 Nikon3 \
+TABLES = Exif Canon CanonCs1 CanonCs2 CanonCf Fujifilm Minolta MinoltaCsOld \
+ MinoltaCsNew MinoltaCs5D MinoltaCs7D Nikon1 Nikon2 Nikon3 \
Olympus Panasonic Sigma Sony
TAGLIST = ../../src/taglist
diff --git a/doc/templates/__index2__ b/doc/templates/__index2__
index 4ae5c780..4a00c0f1 100644
--- a/doc/templates/__index2__
+++ b/doc/templates/__index2__
@@ -3,6 +3,7 @@
+__index1__
+__index2__
+
Minolta MakerNote Tags defined in Exiv2
+
+
Tags found in the MakerNote of images taken with Minolta cameras.
+
Click on a column header to sort the table.
+
+__Minolta__
+
+
+
Minolta Camera Settings (tags from older and newer cameras)
+
Click on a column header to sort the table.
+__MinoltaCsOld__
+
+
+
Minolta 5D Camera Settings
+
Click on a column header to sort the table.
+__MinoltaCs5D__
+
+
+
Minolta 7D Camera Settings
+
Click on a column header to sort the table.
+__MinoltaCs7D__
+
+
+
+
+
+
+
diff --git a/doc/templates/tags.awk b/doc/templates/tags.awk
index 50ddd750..b71280b0 100644
--- a/doc/templates/tags.awk
+++ b/doc/templates/tags.awk
@@ -10,7 +10,7 @@
################################################################################
BEGIN {
- FS = ", "
+ FS = ", " # ,\t
print "";
print "";
diff --git a/src/doxygen.hpp b/src/doxygen.hpp
index db601924..b0949556 100644
--- a/src/doxygen.hpp
+++ b/src/doxygen.hpp
@@ -42,6 +42,7 @@
-