html link corrections
This commit is contained in:
parent
ac8de714af
commit
c3c4ec1e88
1 changed files with 2 additions and 2 deletions
|
|
@ -4030,7 +4030,7 @@ repetitive duplication of the <code>director:except</code> feature code
|
|||
for each director method.
|
||||
To mitigate this, a second approach is provided via typemaps in a
|
||||
fashion analogous to
|
||||
the <a href="Typemaps.html#throws_typemap">"throws" typemap</a>.
|
||||
the <a href="Typemaps.html#Typemaps_throws_typemap">"throws" typemap</a>.
|
||||
The "throws" typemap provides a way to map all the C++
|
||||
exceptions listed in a method's defined exceptions (either from
|
||||
a C++ <em>exception specification</em> or a <code>%catches</code>
|
||||
|
|
@ -4081,7 +4081,7 @@ has the <code>$directorthrowshandlers</code> special variable replaced with the
|
|||
the relevant "directorthrows" typemaps, for each and every exception defined for the method.
|
||||
The relevant exceptions can be defined either with a C++ exception
|
||||
specification or <code>%catches</code> as described for the
|
||||
<a href="Typemaps.html#throws_typemap">"throws" typemap</a>.
|
||||
<a href="Typemaps.html#Typemaps_throws_typemap">"throws" typemap</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue