diff --git a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-disable-visible-exception.wiki b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-disable-visible-exception.wiki index 496c2632..e77da72f 100644 --- a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-disable-visible-exception.wiki +++ b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-disable-visible-exception.wiki @@ -1,32 +1,32 @@ -[[Property:title|eif_disable_visible_exception]] -[[Property:weight|-6]] -[[Property:uuid|6b8323d9-1963-c6b8-0198-f07895916c46]] -==Synopsis== - -#include "eif_cecil.h" - -void eif_enable_visible_exception (); -void eif_disable_visible_exception (); - - -==Description== -The [[eif_enable_visible_exception]] routine enables the visible exception, while [[eif_disable_visible_exception]] disables it. These routines can be used for debugging purpose. A visible exception is raised when the user tries to access to an Eiffel attribute or a Eiffel routine address which is not visible. - -The visible exception is disabled by default. - -==Conformance== - -ISE Eiffel 4.5 and later. - -==Compatibility== - -In ISE Eiffel 4.3 and 4.4, the visible exception is enabled by default. - - -{{SeeAlso|
-[[eif_attribute]]
-[[eif_procedure]]
-[[eif_reference_function]] }} - - - +[[Property:title|eif_disable_visible_exception]] +[[Property:weight|-6]] +[[Property:uuid|6b8323d9-1963-c6b8-0198-f07895916c46]] +==Synopsis== + +#include "eif_cecil.h" + +void eif_enable_visible_exception (); +void eif_disable_visible_exception (); + + +==Description== +The [[eif_enable_visible_exception]] routine enables the visible exception, while [[eif_disable_visible_exception]] disables it. These routines can be used for debugging purpose. A visible exception is raised when the user tries to access to an Eiffel attribute or a Eiffel routine address which is not visible. + +The visible exception is disabled by default. + +==Conformance== + +ISE Eiffel 4.5 and later. + +==Compatibility== + +In ISE Eiffel 4.3 and 4.4, the visible exception is enabled by default. + + +{{SeeAlso|
+[[eif_attribute]]
+[[eif_procedure]]
+[[eif_*_function]] }} + + +