Html doc fixes
This commit is contained in:
parent
fea1bbb188
commit
3b859ab539
4 changed files with 11 additions and 9 deletions
|
|
@ -12,10 +12,8 @@
|
|||
<li><a href="#CSharp_introduction">Introduction</a>
|
||||
<ul>
|
||||
<li><a href="#CSharp_introduction_swig2_compatibility">SWIG 2 Compatibility</a>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="#CSharp_commandline">Additional command line options</a>
|
||||
</ul
|
||||
</ul>
|
||||
<li><a href="#CSharp_differences_java">Differences to the Java module</a>
|
||||
<li><a href="#CSharp_void_pointers">Void pointers</a>
|
||||
<li><a href="#CSharp_arrays">C# Arrays</a>
|
||||
|
|
@ -85,6 +83,7 @@ In order to minimize name collisions between names generated based on input to S
|
|||
|
||||
<H3><a name="CSharp_commandline"></a>20.1.2 Additional command line options</H3>
|
||||
|
||||
|
||||
<p>
|
||||
The following table lists the additional commandline options available for the C# module. They can also be seen by using:
|
||||
</p>
|
||||
|
|
@ -93,8 +92,6 @@ The following table lists the additional commandline options available for the C
|
|||
swig -csharp -help
|
||||
</pre></div>
|
||||
|
||||
<p></p>
|
||||
|
||||
<table summary="C# specific options">
|
||||
<tr>
|
||||
<th>C# specific options</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue