doxygen BUGFIX source file headers, file attribute
diff --git a/tests/utests/schema/test_schema.h b/tests/utests/schema/test_schema.h
index 159e257..fb6170c 100644
--- a/tests/utests/schema/test_schema.h
+++ b/tests/utests/schema/test_schema.h
@@ -1,5 +1,5 @@
 /*
- * @file macros.h
+ * @file test_schema.h
  * @author: Radek Krejci <rkrejci@cesnet.cz>
  * @brief macros for schema tests
  *
diff --git a/tests/utests/schema/test_schema_common.c b/tests/utests/schema/test_schema_common.c
index d663c9a..70b0f8a 100644
--- a/tests/utests/schema/test_schema_common.c
+++ b/tests/utests/schema/test_schema_common.c
@@ -1,5 +1,5 @@
 /*
- * @file set.c
+ * @file test_schema_common.c
  * @author: Radek Krejci <rkrejci@cesnet.cz>
  * @brief unit tests for functions from common.c
  *
diff --git a/tests/utests/schema/test_tree_schema_compile.c b/tests/utests/schema/test_tree_schema_compile.c
index 90ea8fd..f7f4936 100644
--- a/tests/utests/schema/test_tree_schema_compile.c
+++ b/tests/utests/schema/test_tree_schema_compile.c
@@ -1,5 +1,5 @@
 /*
- * @file test_parser_yang.c
+ * @file test_tree_schema_compile.c
  * @author: Radek Krejci <rkrejci@cesnet.cz>
  * @brief unit tests for functions from parser_yang.c
  *