Skip to content

Commit

Permalink
Reference %proxycode from javacode typemap section in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jan 13, 2017
1 parent 3d2e57b commit 19f21d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/Manual/Java.html
Original file line number Diff line number Diff line change
Expand Up @@ -6208,6 +6208,9 @@ <H3><a name="Java_code_typemaps">25.9.9 Java code typemaps</a></H3>
<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>
Expand Down

0 comments on commit 19f21d1

Please sign in to comment.