diff --git a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-attribute-type.wiki b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-attribute-type.wiki
index e16ba38c..f5450227 100644
--- a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-attribute-type.wiki
+++ b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-attribute-type.wiki
@@ -1,39 +1,39 @@
-[[Property:title|eif_attribute_type]]
-[[Property:weight|-11]]
-[[Property:uuid|28b3840f-648f-dc4d-8c83-70532a5e8e63]]
-==Synopsis==
-
-#include "eif_cecil.h"
-
-int eif_attribute_type (char *attr, EIF_TYPE_ID tid);
-
-
-==Description==
-The eif_attribute_type function returns the type of the attribute attr, from the Eiffel type, which type identifier is tid.
-
-==Return value==
-
-Sucessful: One of the following:
-# EIF_INTEGER_TYPE
-# EIF_CHARACTER_TYPE
-# EIF_BOOLEAN_TYPE
-# EIF_DOUBLE_TYPE
-# EIF_REAL_TYPE
-# EIF_REFERENCE_TYPE
-# EIF_EXPANDED_TYPE
-# EIF_BIT_TYPE
-
-Failing: EIF_NO_TYPE
-
-==Conformance==
-ISE Eiffel 4.5 and later.
-
-{{SeeAlso|
-[[eif_protect]]
-[[attribute_exists]]
-[[eif_procedure]]
-[[eif_reference_function]] }}
-
-
-
-
+[[Property:title|eif_attribute_type]]
+[[Property:weight|-11]]
+[[Property:uuid|28b3840f-648f-dc4d-8c83-70532a5e8e63]]
+==Synopsis==
+
+#include "eif_cecil.h"
+
+int eif_attribute_type (char *attr, EIF_TYPE_ID tid);
+
+
+==Description==
+The eif_attribute_type function returns the type of the attribute attr, from the Eiffel type, which type identifier is tid.
+
+==Return value==
+
+Sucessful: One of the following:
+# EIF_INTEGER_TYPE
+# EIF_CHARACTER_TYPE
+# EIF_BOOLEAN_TYPE
+# EIF_DOUBLE_TYPE
+# EIF_REAL_TYPE
+# EIF_REFERENCE_TYPE
+# EIF_EXPANDED_TYPE
+# EIF_BIT_TYPE
+
+Failing: EIF_NO_TYPE
+
+==Conformance==
+ISE Eiffel 4.5 and later.
+
+{{SeeAlso|
+[[eif_protect]]
+[[attribute_exists]]
+[[eif_procedure]]
+[[eif_*_function]] }}
+
+
+
+