Skip to content

Commit

Permalink
html corrections
Browse files Browse the repository at this point in the history
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13006 626c5289-ae23-0410-ae9c-e8d60b6d4f22
  • Loading branch information
wsfulton committed Apr 19, 2012
1 parent 63a6a0e commit 399b4e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/Manual/Go.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ <H3><a name="Go_commandline"></a>22.2.1 Additional Commandline Options</H3>
<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>
Expand Down
2 changes: 2 additions & 0 deletions Doc/Manual/Lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ <H1><a name="Lua"></a>26 SWIG and Lua</H1>

<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>
Expand Down

0 comments on commit 399b4e1

Please sign in to comment.