type plugins DOC update file names
diff --git a/src/plugins_types/binary.c b/src/plugins_types/binary.c
index f7158ad..e889e56 100644
--- a/src/plugins_types/binary.c
+++ b/src/plugins_types/binary.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_binary.c
+ * @file binary.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in binary type plugin.
  *
diff --git a/src/plugins_types/bits.c b/src/plugins_types/bits.c
index 675b744..0fe30e9 100644
--- a/src/plugins_types/bits.c
+++ b/src/plugins_types/bits.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_bits.c
+ * @file bits.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in bits type plugin.
  *
diff --git a/src/plugins_types/boolean.c b/src/plugins_types/boolean.c
index 05e33af..930502d 100644
--- a/src/plugins_types/boolean.c
+++ b/src/plugins_types/boolean.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_boolean.c
+ * @file boolean.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in boolean type plugin.
  *
diff --git a/src/plugins_types/decimal64.c b/src/plugins_types/decimal64.c
index 56b9181..1496e6a 100644
--- a/src/plugins_types/decimal64.c
+++ b/src/plugins_types/decimal64.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_decimal64.c
+ * @file decimal64.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in decimal64 type plugin.
  *
diff --git a/src/plugins_types/empty.c b/src/plugins_types/empty.c
index 520ac4b..63722e5 100644
--- a/src/plugins_types/empty.c
+++ b/src/plugins_types/empty.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_empty.c
+ * @file empty.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in empty type plugin.
  *
diff --git a/src/plugins_types/enumeration.c b/src/plugins_types/enumeration.c
index 879aee9..16156dc 100644
--- a/src/plugins_types/enumeration.c
+++ b/src/plugins_types/enumeration.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_enumeration.c
+ * @file enumeration.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in enumeration type plugin.
  *
diff --git a/src/plugins_types/identityref.c b/src/plugins_types/identityref.c
index e337d41..1fac62d 100644
--- a/src/plugins_types/identityref.c
+++ b/src/plugins_types/identityref.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_identityref.c
+ * @file identityref.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in identityref type plugin.
  *
diff --git a/src/plugins_types/instanceid.c b/src/plugins_types/instanceid.c
index f301097..b29401f 100644
--- a/src/plugins_types/instanceid.c
+++ b/src/plugins_types/instanceid.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_instanceid.c
+ * @file instanceid.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in instance-identifier type plugin.
  *
diff --git a/src/plugins_types/integer.c b/src/plugins_types/integer.c
index a8567d8..7c1354c 100644
--- a/src/plugins_types/integer.c
+++ b/src/plugins_types/integer.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_integer.c
+ * @file integer.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in integer types plugin.
  *
diff --git a/src/plugins_types/leafref.c b/src/plugins_types/leafref.c
index 38209d4..7c3036d 100644
--- a/src/plugins_types/leafref.c
+++ b/src/plugins_types/leafref.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_leafref.c
+ * @file leafref.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in leafref type plugin.
  *
diff --git a/src/plugins_types/string.c b/src/plugins_types/string.c
index bbd420c..c7a4904 100644
--- a/src/plugins_types/string.c
+++ b/src/plugins_types/string.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_string.c
+ * @file string.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in string type plugin.
  *
diff --git a/src/plugins_types/union.c b/src/plugins_types/union.c
index 1c57a65..2e00afd 100644
--- a/src/plugins_types/union.c
+++ b/src/plugins_types/union.c
@@ -1,5 +1,5 @@
 /**
- * @file plugins_types_union.c
+ * @file union.c
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief Built-in union type plugin.
  *