Stop claiming that SWIG_exception() can be used in helper functions

This commit is contained in:
Olly Betts 2013-03-21 14:25:14 +13:00
commit b132992b8a

View file

@ -592,9 +592,7 @@ SWIG_NullReferenceError
</pre></div>
<p>
Since the <tt>SWIG_exception()</tt> function is defined at the C-level
it can be used elsewhere in SWIG. This includes typemaps and helper
functions.
The <tt>SWIG_exception()</tt> function can also be used in typemaps.
</p>
<H2><a name="Customization_ownership"></a>11.2 Object ownership and %newobject</H2>