git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4985 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-08-08 12:00:59 +00:00
commit 08aa0537c9

View file

@ -53,7 +53,7 @@ handler. For example, you can specify the following:
When defined, the code enclosed in braces is inserted directly into the low-level wrapper
functions. The special symbol <tt>$action</tt> gets replaced with the actual operation
to be performed (a function call, method invocation, attribute access, etc.). An exception handler
remains in effect until it is explicitly deleted. This is done by using <tt>%except</tt> with
remains in effect until it is explicitly deleted. This is done by using <tt>%exception</tt> with
no code. For example:
<p>
<blockquote><pre>%exception; // Deletes any previously defined handler