Misc. updates to docs.

This commit is contained in:
Mike Pall
2011-05-05 01:15:22 +02:00
parent 6534152b44
commit b760add618
5 changed files with 12 additions and 10 deletions

View File

@@ -84,10 +84,10 @@ code a C compiler would generate. Calls to C functions can
be inlined in JIT-compiled code, unlike calls to functions bound via
the classic Lua/C API.
</p>
<p>
<p><em>
This page gives a short introduction to the usage of the FFI library.
Please use the FFI sub-topics in the navigation bar to learn more.
</p>
<em>Please use the FFI sub-topics in the navigation bar to learn more.</em>
</em></p>
<h2 id="call">Motivating Example: Calling External C Functions</h2>
<p>