summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2012-04-19 18:31:46 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2012-04-19 18:31:46 +0000
commit399b4e120bc91b42985c9f81495f875f01f59a0b (patch)
treec91dd72f5893c13e6aa1c8b089f722d4e214f276
parent63a6a0e21438cf1b037f778864f19e682d4d70a8 (diff)
downloadswig-399b4e120bc91b42985c9f81495f875f01f59a0b.tar.gz
html correctionsv2.0.5rel-2.0.5
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13006 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-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>