links added - patch #1524088

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9286 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-09-15 22:07:28 +00:00
commit af7745e663

View file

@ -12,9 +12,11 @@
<H2>SWIG wrapped and manually wrapped functions in Java</H2>
<tt>$Header$</tt><br>
<p>
Click <a href="../../../Doc/Manual/Java.html#using_own_jni_functions">here</a> for the relevant section in the SWIG and Java documentation.
<p>
This example compares wrapping a c global function using the manual way and the SWIG way.
</p>
<ul>
<li><a href="example.i">example.i</a>. Interface file comparing code wrapped by SWIG and wrapped manually.