summaryrefslogtreecommitdiff
path: root/Doc/Manual/Lua.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-04 23:43:20 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-04 23:43:20 +0000
commitb156d6521950fd6a65db8c656295f3a04cad9e97 (patch)
tree651383dac346116beee4aa28ff670a8aa06f7ff9 /Doc/Manual/Lua.html
parent80179dcf406f038481b1f39e1922f2efd243511c (diff)
downloadswig-b156d6521950fd6a65db8c656295f3a04cad9e97.tar.gz
html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8955 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual/Lua.html')
-rw-r--r--Doc/Manual/Lua.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index 87d5d287a..87a03d760 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -187,9 +187,11 @@ The loadlib() function has been moved into the package table, so you must use pa
</p>
<p>
if 'a' is a function, this its all working fine, all you need to do is call it
+</p>
<div class="targetlang"><pre>
a()
</pre></div>
+<p>
to load your library which will add a table 'example' with all the functions added.
</p>
<p>