From 037c5060227156ad0fe38d2b354e9495495a1767 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 31 Mar 2016 21:04:13 +0000 Subject: [PATCH] Update wikipage eif_enable_visible_exception. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1513 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eif-enable-visible-exception.wiki | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki index 6478d0ba..386b3a6b 100644 --- a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki +++ b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki @@ -1,33 +1,33 @@ -[[Property:title|eif_enable_visible_exception]] -[[Property:weight|-4]] -[[Property:uuid|97b5a74c-d7ad-abf4-9390-59266b67c7c7]] -==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_enable_visible_exception]] +[[Property:weight|-4]] +[[Property:uuid|97b5a74c-d7ad-abf4-9390-59266b67c7c7]] +==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]] }} + + + +