typo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4985 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4d32c47be3
commit
08aa0537c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue