diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-string.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-string.wiki
index 390bfbe7..411ec896 100644
--- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-string.wiki
+++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-string.wiki
@@ -33,3 +33,5 @@ ISE Eiffel 4.5 and later.
[[eif_create]] }}
+
+
diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type.wiki
index 68f9f2fe..bc89a5ed 100644
--- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type.wiki
+++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type.wiki
@@ -1,22 +1,35 @@
[[Property:title|eif_type]]
[[Property:weight|6]]
[[Property:uuid|8c200b03-cae1-bbcd-98b0-1767402744be]]
-==SYNOPSYS==
-
-'''#include "eif_cecil.h"
+==Synopsis==
-EIF_TYPE_ID eif_type (EIF_OBJECT '''''object''''');'''
+
+#include "eif_cecil.h"
+
+EIF_TYPE_ID eif_type (EIF_OBJECT object);
+
+
+==Description==
+
+The eif_type function returns the type identifier corresponding to object.
+
+==Return value==
+
+Type identifier of object. The behavior is unpredictable if object is not a valid Eiffel object.
+
+==Conformance==
-==DESCRIPTION==
-The '''eif_type()''' function returns the type identifier corresponding to ''object''.
-==RETURN VALUE==
-Type identifier of ''object''. The behavior is unknown if ''object'' is not a valid Eiffel object.
-==CONFORMANCE==
ISE Eiffel 4.3 and later.
-==COMPATIBILITY==
-'''eif_type()''' is equivalent to '''eif_type_by_reference(eif_access (object))'''.
-==SEE ALSO==
-'''eif_type_by_reference'''(1) , '''eif_type_id'''(1).
+
+==Compatibility==
+
+eif_type(object) is equivalent to eif_type_by_reference(eif_access(object)).
+
+
+{{SeeAlso|
+[[eif_type_by_reference]]
+[[eif_type_id]] }}
+