summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/Manual/Go.html4
-rw-r--r--Doc/Manual/Lua.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html
index a420b2864..8abeada81 100644
--- a/Doc/Manual/Go.html
+++ b/Doc/Manual/Go.html
@@ -102,8 +102,8 @@ swig -go -help
<tr>
<td>-gccgo-46</td>
<td>Generate code for gccgo 4.6. The default is set by the configure
- script.</td> This generates code that does not use some facilities
- that are only available in gccgo 4.7 and later.
+ script. This generates code that does not use some facilities
+ that are only available in gccgo 4.7 and later.</td>
</tr>
<tr>
diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index 8523f8119..699be2bb7 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -75,12 +75,14 @@ eLua stands for Embedded Lua (can be thought of as a flavor of Lua) and offers t
<H2><a name="Lua_nn2"></a>26.1 Preliminaries</H2>
+
<p>
The current SWIG implementation is designed to work with Lua 5.0.x, 5.1.x and 5.2.x. It should work with later versions of Lua, but certainly not with Lua 4.0 due to substantial API changes. It is possible to either static link or dynamic link a Lua module into the interpreter (normally Lua static links its libraries, as dynamic linking is not available on all platforms). SWIG also supports eLua and works with eLua 0.8. SWIG generated code for eLua has been tested on Stellaris ARM Cortex-M3 LM3S and Infineon TriCore.
</p>
<H2><a name="Lua_nn3"></a>26.2 Running SWIG</H2>
+
<p>
Suppose that you defined a SWIG module such as the following:
</p>