mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
11 lines
519 B
Plaintext
11 lines
519 B
Plaintext
toLua is a tool that greatly simplifies the integration of C/C++
|
|
code with Lua. Based on a "cleaned" header file, toLua automatically
|
|
generates the binding code to access C/C++ features from Lua. Using
|
|
Lua-5.0 API and tag method facilities, the current version automatically
|
|
maps C/C++ constants, external variables, functions, namespace,
|
|
classes, and methods to Lua. It also provides facilities to create
|
|
Lua modules.
|
|
|
|
Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
|
|
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
|