changes after maketoc.py was run
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6039 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9196d9cb09
commit
92aac0f28d
22 changed files with 436 additions and 362 deletions
|
|
@ -53,30 +53,29 @@
|
|||
<li><a href="Windows.html#n2">Installation on Windows</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n3">Windows Executable</a>
|
||||
<li><a href="Windows.html#n4">Runtime Libraries</a>
|
||||
</ul>
|
||||
<li><a href="Windows.html#n5">SWIG Windows Examples</a>
|
||||
<li><a href="Windows.html#n4">SWIG Windows Examples</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n6">Instructions for using the Examples with Visual Studio</a>
|
||||
<li><a href="Windows.html#n5">Instructions for using the Examples with Visual Studio</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n7">Python</a>
|
||||
<li><a href="Windows.html#n8">TCL</a>
|
||||
<li><a href="Windows.html#n9">Perl</a>
|
||||
<li><a href="Windows.html#n10">Java</a>
|
||||
<li><a href="Windows.html#n11">Ruby</a>
|
||||
<li><a href="Windows.html#n12">C#</a>
|
||||
<li><a href="Windows.html#n6">Python</a>
|
||||
<li><a href="Windows.html#n7">TCL</a>
|
||||
<li><a href="Windows.html#n8">Perl</a>
|
||||
<li><a href="Windows.html#n9">Java</a>
|
||||
<li><a href="Windows.html#n10">Ruby</a>
|
||||
<li><a href="Windows.html#n11">C#</a>
|
||||
</ul>
|
||||
<li><a href="Windows.html#n13">Instructions for using the Examples with other compilers</a>
|
||||
<li><a href="Windows.html#n12">Instructions for using the Examples with other compilers</a>
|
||||
</ul>
|
||||
<li><a href="Windows.html#n14">SWIG on Cygwin and MinGW</a>
|
||||
<li><a href="Windows.html#n13">SWIG on Cygwin and MinGW</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n15">Building swig.exe on Windows</a>
|
||||
<li><a href="Windows.html#n14">Building swig.exe on Windows</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n16">Building swig.exe using MinGW and MSYS</a>
|
||||
<li><a href="Windows.html#n17">Building swig.exe using Cygwin</a>
|
||||
<li><a href="Windows.html#n18">Building swig.exe alternatives</a>
|
||||
<li><a href="Windows.html#n15">Building swig.exe using MinGW and MSYS</a>
|
||||
<li><a href="Windows.html#n16">Building swig.exe using Cygwin</a>
|
||||
<li><a href="Windows.html#n17">Building swig.exe alternatives</a>
|
||||
</ul>
|
||||
<li><a href="Windows.html#n19">Running the examples on Windows using Cygwin</a>
|
||||
<li><a href="Windows.html#n18">Running the examples on Windows using Cygwin</a>
|
||||
</ul>
|
||||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
|
@ -312,19 +311,20 @@
|
|||
<li><a href="Typemaps.html#n35">"memberin" typemap</a>
|
||||
<li><a href="Typemaps.html#n36">"varin" typemap</a>
|
||||
<li><a href="Typemaps.html#n37">"varout" typemap</a>
|
||||
<li><a href="Typemaps.html#n38">"throws" typemap</a>
|
||||
</ul>
|
||||
<li><a href="Typemaps.html#n38">Some typemap examples</a>
|
||||
<li><a href="Typemaps.html#n39">Some typemap examples</a>
|
||||
<ul>
|
||||
<li><a href="Typemaps.html#n39">Typemaps for arrays</a>
|
||||
<li><a href="Typemaps.html#n40">Implementing constraints with typemaps</a>
|
||||
<li><a href="Typemaps.html#n40">Typemaps for arrays</a>
|
||||
<li><a href="Typemaps.html#n41">Implementing constraints with typemaps</a>
|
||||
</ul>
|
||||
<li><a href="Typemaps.html#n41">Multi-argument typemaps</a>
|
||||
<li><a href="Typemaps.html#n42">The run-time type checker</a>
|
||||
<li><a href="Typemaps.html#n43">Typemaps and overloading</a>
|
||||
<li><a href="Typemaps.html#n44">More about <tt>%apply</tt> and <tt>%clear</tt></a>
|
||||
<li><a href="Typemaps.html#n45">Reducing wrapper code size</a>
|
||||
<li><a href="Typemaps.html#n46">Passing data between typemaps</a>
|
||||
<li><a href="Typemaps.html#n47">Where to go for more information?</a>
|
||||
<li><a href="Typemaps.html#n42">Multi-argument typemaps</a>
|
||||
<li><a href="Typemaps.html#n43">The run-time type checker</a>
|
||||
<li><a href="Typemaps.html#n44">Typemaps and overloading</a>
|
||||
<li><a href="Typemaps.html#n45">More about <tt>%apply</tt> and <tt>%clear</tt></a>
|
||||
<li><a href="Typemaps.html#n46">Reducing wrapper code size</a>
|
||||
<li><a href="Typemaps.html#n47">Passing data between typemaps</a>
|
||||
<li><a href="Typemaps.html#n48">Where to go for more information?</a>
|
||||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
|
|
@ -381,18 +381,19 @@
|
|||
<li><a href="Warnings.html#n4">Enabling additional warnings</a>
|
||||
<li><a href="Warnings.html#n5">Issuing a warning message</a>
|
||||
<li><a href="Warnings.html#n6">Commentary</a>
|
||||
<li><a href="Warnings.html#n7">Message output format</a>
|
||||
<li><a href="Warnings.html#n8">Warning number reference</a>
|
||||
<li><a href="Warnings.html#n7">Warnings as errors</a>
|
||||
<li><a href="Warnings.html#n8">Message output format</a>
|
||||
<li><a href="Warnings.html#n9">Warning number reference</a>
|
||||
<ul>
|
||||
<li><a href="Warnings.html#n9">Deprecated features (100-199)</a>
|
||||
<li><a href="Warnings.html#n10">Preprocessor (200-299)</a>
|
||||
<li><a href="Warnings.html#n11">C/C++ Parser (300-399)</a>
|
||||
<li><a href="Warnings.html#n12">Types and typemaps (400-499) </a>
|
||||
<li><a href="Warnings.html#n13">Code generation (500-599)</a>
|
||||
<li><a href="Warnings.html#n14">Language module specific (800-899) </a>
|
||||
<li><a href="Warnings.html#n15">User defined (900-999)</a>
|
||||
<li><a href="Warnings.html#n10">Deprecated features (100-199)</a>
|
||||
<li><a href="Warnings.html#n11">Preprocessor (200-299)</a>
|
||||
<li><a href="Warnings.html#n12">C/C++ Parser (300-399)</a>
|
||||
<li><a href="Warnings.html#n13">Types and typemaps (400-499) </a>
|
||||
<li><a href="Warnings.html#n14">Code generation (500-599)</a>
|
||||
<li><a href="Warnings.html#n15">Language module specific (800-899) </a>
|
||||
<li><a href="Warnings.html#n16">User defined (900-999)</a>
|
||||
</ul>
|
||||
<li><a href="Warnings.html#n16">History</a>
|
||||
<li><a href="Warnings.html#n17">History</a>
|
||||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
|
|
@ -576,7 +577,7 @@
|
|||
<ul>
|
||||
<li><a href="Java.html#n55">C/C++ helper functions</a>
|
||||
<li><a href="Java.html#n56">Class extension with %extend</a>
|
||||
<li><a href="Java.html#n57">Exception handling with %exception</a>
|
||||
<li><a href="Java.html#n57">Exception handling with %exception and %javaexception</a>
|
||||
<li><a href="Java.html#n58">Method access with %javamethodmodifiers</a>
|
||||
</ul>
|
||||
<li><a href="Java.html#n59">Tips and techniques</a>
|
||||
|
|
@ -592,30 +593,33 @@
|
|||
<li><a href="Java.html#n66">Sixty four bit JVMs</a>
|
||||
<li><a href="Java.html#n67">What is a typemap?</a>
|
||||
<li><a href="Java.html#n68">Typemaps for mapping C/C++ types to Java types</a>
|
||||
<li><a href="Java.html#n69">Java special variables</a>
|
||||
<li><a href="Java.html#n70">Typemaps for both C and C++ compilation</a>
|
||||
<li><a href="Java.html#n71">Java code typemaps</a>
|
||||
<li><a href="Java.html#n72">Director specific typemaps</a>
|
||||
<li><a href="Java.html#n69">Java typemap attributes</a>
|
||||
<li><a href="Java.html#n70">Java special variables</a>
|
||||
<li><a href="Java.html#n71">Typemaps for both C and C++ compilation</a>
|
||||
<li><a href="Java.html#n72">Java code typemaps</a>
|
||||
<li><a href="Java.html#n73">Director specific typemaps</a>
|
||||
</ul>
|
||||
<li><a href="Java.html#n73">Typemap Examples</a>
|
||||
<li><a href="Java.html#n74">Typemap Examples</a>
|
||||
<ul>
|
||||
<li><a href="Java.html#n74">Simpler Java enums for enums without initializers</a>
|
||||
<li><a href="Java.html#n75">Converting Java String arrays to char ** </a>
|
||||
<li><a href="Java.html#n76">Expanding a Java object to multiple arguments</a>
|
||||
<li><a href="Java.html#n77">Using typemaps to return arguments</a>
|
||||
<li><a href="Java.html#n78">Adding Java downcasts to polymorphic return types</a>
|
||||
<li><a href="Java.html#n79">Adding an equals method to the Java classes</a>
|
||||
<li><a href="Java.html#n80">Void pointers and a common Java base class</a>
|
||||
<li><a href="Java.html#n75">Simpler Java enums for enums without initializers</a>
|
||||
<li><a href="Java.html#n76">Handling C++ exception specifications as Java exceptions</a>
|
||||
<li><a href="Java.html#n77">NaN Exception - exception handling for a particular type</a>
|
||||
<li><a href="Java.html#n78">Converting Java String arrays to char ** </a>
|
||||
<li><a href="Java.html#n79">Expanding a Java object to multiple arguments</a>
|
||||
<li><a href="Java.html#n80">Using typemaps to return arguments</a>
|
||||
<li><a href="Java.html#n81">Adding Java downcasts to polymorphic return types</a>
|
||||
<li><a href="Java.html#n82">Adding an equals method to the Java classes</a>
|
||||
<li><a href="Java.html#n83">Void pointers and a common Java base class</a>
|
||||
</ul>
|
||||
<li><a href="Java.html#n81">Living with Java Directors</a>
|
||||
<li><a href="Java.html#n82">Odds and ends</a>
|
||||
<li><a href="Java.html#n84">Living with Java Directors</a>
|
||||
<li><a href="Java.html#n85">Odds and ends</a>
|
||||
<ul>
|
||||
<li><a href="Java.html#n83">JavaDoc comments</a>
|
||||
<li><a href="Java.html#n84">Functional interface without proxy classes</a>
|
||||
<li><a href="Java.html#n85">Using your own JNI functions</a>
|
||||
<li><a href="Java.html#n86">Performance concerns and hints</a>
|
||||
<li><a href="Java.html#n86">JavaDoc comments</a>
|
||||
<li><a href="Java.html#n87">Functional interface without proxy classes</a>
|
||||
<li><a href="Java.html#n88">Using your own JNI functions</a>
|
||||
<li><a href="Java.html#n89">Performance concerns and hints</a>
|
||||
</ul>
|
||||
<li><a href="Java.html#n87">Examples</a>
|
||||
<li><a href="Java.html#n90">Examples</a>
|
||||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue