Minor corrections
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6500 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6522500c90
commit
6739ff025c
4 changed files with 103 additions and 72 deletions
|
|
@ -21,7 +21,9 @@
|
|||
<ul>
|
||||
<li><a href="#Ocaml_nn9">The generated module</a>
|
||||
<li><a href="#Ocaml_nn10">Enums</a>
|
||||
<ul>
|
||||
<li><a href="#Ocaml_nn11">Enum typing in Ocaml</a>
|
||||
</ul>
|
||||
<li><a href="#Ocaml_nn12">Arrays</a>
|
||||
<ul>
|
||||
<li><a href="#Ocaml_nn13">Simple types of bounded arrays</a>
|
||||
|
|
@ -442,6 +444,7 @@ val x : Enum_test.c_obj = C_enum `a
|
|||
|
||||
<H4><a name="Ocaml_nn11"></a>22.2.2.1 Enum typing in Ocaml</H4>
|
||||
|
||||
|
||||
The ocaml SWIG module now has support for loading and using multiple SWIG
|
||||
modules at the same time. This enhances modularity, but presents problems
|
||||
when used with a language which assumes that each module's types are complete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue