Reference %proxycode from javacode typemap section in docs
This commit is contained in:
parent
3d2e57b0f2
commit
19f21d1dd5
1 changed files with 3 additions and 0 deletions
|
|
@ -6208,6 +6208,9 @@ class modifiers for the Java class: default is "public class"
|
|||
<p><tt>%typemap(javacode)</tt></p>
|
||||
<div class="indent">
|
||||
Java code is copied verbatim to the Java class: empty default
|
||||
As there can only be one "javacode" typemap per class, also consider using the
|
||||
<a href="Java.html#Java_proxycode">%proxycode</a> directive which can be used multiple times per class
|
||||
and offers nearly identical functionality.
|
||||
</div>
|
||||
|
||||
<p><tt>%typemap(javadestruct, methodname="delete", methodmodifiers="public synchronized")</tt> <br></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue