diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name-tid.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name-tid.wiki
index 9c72c1c1..46d7d495 100644
--- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name-tid.wiki
+++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name-tid.wiki
@@ -1,22 +1,35 @@
[[Property:title|eif_name_by_tid]]
[[Property:weight|-1]]
[[Property:uuid|7ae34f4d-5eaf-0703-29f7-54dc4f0fd49d]]
-==SYNOPSYS==
-
-'''#include "eif_cecil.h"
+==Synopsis==
-char *eif_name_by_tid (EIF_TYPE_ID''' ''tid''''');'''
+
+#include "eif_cecil.h"
+
+char *eif_name_by_tid (EIF_TYPE_ID tid);
+
+
+==Description==
+
+The eif_name_by_tid function returns the name of the class corresponding to tid.
+
+==Return value==
+
+A statically allocated C string which is the name of the class. If tid is invalid, it returns NULL.
+
+==Conformance==
-==DESCRIPTION==
-The '''eif_name_by_tid()''' function returns the name of the class corresponding to ''tid''.
-==RETURN VALUE==
-A statically allocated C string which is the name of the class. If ''tid'' is invalid, it returns NULL.
-==CONFORMANCE==
ISE Eiffel 4.4 and later.
-==COMPATIBILITY==
-'''eif_name()''' is equivalent to '''eif_name_by_tid()'''.
-==SEE ALSO==
-'''eif_type'''(1) , '''eif_type_by_reference'''(1), '''eif_type_id'''(1).
+
+==Compatibility==
+
+[[eif_name]] is equivalent to [[eif_name_by_tid]].
+
+
+{{SeeAlso|
+[[eif_type]]
+[[eif_type_by_reference]]
+[[eif_type_id]] }}
diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name.wiki
index 9a1210ba..ac4bcc34 100644
--- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name.wiki
+++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name.wiki
@@ -22,7 +22,7 @@ ISE Eiffel 4.4 and later.
==Compatibility==
-eif_name is equivalent to eif_name_by_tid.
+eif_name is equivalent to [[eif_name_by_tid]].
{{SeeAlso|