diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-name.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-name.wiki
index 51197c11..0f5608c3 100644
--- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-name.wiki
+++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-name.wiki
@@ -1,25 +1,43 @@
[[Property:title|eif_type_by_name]]
[[Property:weight|7]]
[[Property:uuid|51549b56-757c-f91f-6d27-5784a12181ac]]
-==SYNOPSYS==
-
-'''#include "eif_gen_conf.h"
+==Synopsis==
-EIF_TYPE_ID eif_type_by_name (char *''' ''type''''');'''
+
+#include "eif_gen_conf.h"
+
+EIF_TYPE_ID eif_type_by_name (char * type);
+
+
+==Description==
+
+The eif_type_by_name function returns the type identifier corresponding to type, which is the name of the type.
+
+==Return value==
+
+The eif_type_by_name function returns the type.
+
+==Notes==
+
+An error cannot be caught by a visible exception.
-==DESCRIPTION==
-The '''eif_type_by_name()''' function returns the type identifier corresponding to ''type'', which is the name of the type.
-==RETURN VALUE==
-The '''eif_type_by_name()''' function returns the type
-==NOTES==
-An error cannot be caught by a visible exception.
The type is not necessary visible.
-==CONFORMANCE==
+
+==Conformance==
+
ISE Eiffel 4.3 and later.
-==COMPATIBILITY==
-'''eif_type_by_name()''' is equivalent to '''eif_type_id()'''.
-==SEE ALSO==
-'''eif_reference_function'''(1) , '''eif_procedure'''(1) , '''eif_type'''(1), '''eif_name'''(1).
+
+==Compatibility==
+
+eif_type_by_name is equivalent to [[eif_type_id]].
+
+
+{{SeeAlso|
+[[eif_reference_function]]
+[[eif_procedure]]
+[[eif_type]]
+[[eif_name]] }}
+