From 750a36fa7b09dff05f329ebaa11cca7bb04eb497 Mon Sep 17 00:00:00 2001 From: halw Date: Sun, 6 Mar 2011 22:30:22 +0000 Subject: [PATCH] Overhaul. Author:halw Date:2011-03-06T22:30:22.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@825 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eif-enable-visible-exception.wiki | 30 ++++++++++++------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki index 3d99ae35..1b1b7d85 100644 --- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki +++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki @@ -1,23 +1,33 @@ [[Property:title|eif_enable_visible_exception]] [[Property:weight|-4]] [[Property:uuid|97b5a74c-d7ad-abf4-9390-59266b67c7c7]] -==SYNOPSYS== - -'''#include "eif_cecil.h" +==Synopsis== + +#include "eif_cecil.h" void eif_enable_visible_exception (); -void eif_disable_visible_exception ();''' +void eif_disable_visible_exception (); + + +==Description== +The eif_enable_visble_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. -==DESCRIPTION== -The '''eif_enable_visble_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== +==Conformance== + ISE Eiffel 4.5 and later. -==COMPATIBILITY== + +==Compatibility== + In ISE Eiffel 4.3 and 4.4, the visible exception is enabled by default. -==SEE ALSO== -'''eif_attribute'''(1) , '''eif_procedure'''(1), '''eif_reference_function'''(1). + + +{{SeeAlso|
+[[eif_attribute]]
+[[eif_procedure]]
+[[eif_reference_function]] }} +