aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-11 09:06:28 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-11 18:30:35 +0000
commitad7f9cd8d7c563df90569e89bf6591b512e34b2e (patch)
tree6b3c1327df96549777caf3c74f05cd4d5791adf7 /Doc
parentddf4bbe112bad294e43be3eb33f1be4578b1b799 (diff)
downloadswig-ad7f9cd8d7c563df90569e89bf6591b512e34b2e.tar.gz
Mark and setup OCaml as an experimental target language.
Issue #1437
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Ocaml.html2
-rw-r--r--Doc/Manual/Preprocessor.html2
-rw-r--r--Doc/Manual/SWIG.html2
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--Doc/Manual/chapters2
5 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Manual/Ocaml.html b/Doc/Manual/Ocaml.html
index 9e0902bc8..11d21ce1b 100644
--- a/Doc/Manual/Ocaml.html
+++ b/Doc/Manual/Ocaml.html
@@ -7,7 +7,7 @@
</head>
<body bgcolor="#ffffff">
-<H1><a name="Ocaml">28 SWIG and Ocaml</a></H1>
+<H1><a name="Ocaml">28 SWIG and OCaml</a></H1>
<!-- INDEX -->
<div class="sectiontoc">
<ul>
diff --git a/Doc/Manual/Preprocessor.html b/Doc/Manual/Preprocessor.html
index 18629a4f3..10efe0c15 100644
--- a/Doc/Manual/Preprocessor.html
+++ b/Doc/Manual/Preprocessor.html
@@ -117,7 +117,7 @@ SWIG_JAVASCRIPT_JSC Defined when using Javascript for JavascriptCore
SWIG_JAVASCRIPT_V8 Defined when using Javascript for v8 or node.js
SWIGLUA Defined when using Lua
SWIGMZSCHEME Defined when using Mzscheme
-SWIGOCAML Defined when using Ocaml
+SWIGOCAML Defined when using OCaml
SWIGOCTAVE Defined when using Octave
SWIGPERL Defined when using Perl
SWIGPHP Defined when using PHP (any version)
diff --git a/Doc/Manual/SWIG.html b/Doc/Manual/SWIG.html
index be6eda739..79d52ef56 100644
--- a/Doc/Manual/SWIG.html
+++ b/Doc/Manual/SWIG.html
@@ -125,7 +125,6 @@ Supported Target Language Options
-java - Generate Java wrappers
-javascript - Generate Javascript wrappers
-lua - Generate Lua wrappers
- -ocaml - Generate Ocaml wrappers
-octave - Generate Octave wrappers
-perl5 - Generate Perl 5 wrappers
-php7 - Generate PHP 7 wrappers
@@ -138,6 +137,7 @@ Supported Target Language Options
Experimental Target Language Options
-mzscheme - Generate MzScheme/Racket wrappers
+ -ocaml - Generate OCaml wrappers
General Options
-addextern - Add extra extern declarations
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 97338b0f4..1756e8b6a 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -47,7 +47,6 @@ Last update : SWIG-4.0.0 (in progress)
<li><a href="Java.html#Java">Java support</a></li>
<li><a href="Javascript.html#Javascript">Javascript support</a></li>
<li><a href="Lua.html#Lua">Lua support</a></li>
-<li><a href="Ocaml.html#Ocaml">Ocaml support</a></li>
<li><a href="Octave.html#Octave">Octave support</a></li>
<li><a href="Perl5.html#Perl5">Perl5 support</a></li>
<li><a href="Php.html#Php">PHP support</a></li>
@@ -62,6 +61,7 @@ Last update : SWIG-4.0.0 (in progress)
<ul>
<li><a href="Mzscheme.html#Mzscheme">MzScheme/Racket support</a></li>
+<li><a href="Ocaml.html#Ocaml">OCaml support</a></li>
</ul>
<H3><a name="Sections_developers_docs">Developer Documentation</a></H3>
diff --git a/Doc/Manual/chapters b/Doc/Manual/chapters
index 1d3f96d87..4735341b6 100644
--- a/Doc/Manual/chapters
+++ b/Doc/Manual/chapters
@@ -25,7 +25,6 @@ Guile.html
Java.html
Javascript.html
Lua.html
-Ocaml.html
Octave.html
Perl5.html
Php.html
@@ -35,4 +34,5 @@ Ruby.html
Scilab.html
Tcl.html
Mzscheme.html
+Ocaml.html
Extending.html