diff options
author | scuri <scuri> | 2009-10-07 17:42:02 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-10-07 17:42:02 +0000 |
commit | 260844b45c6eedf8e3a1471354074be9ce59e693 (patch) | |
tree | 5133b70f66193bc78ea713432852a711411d2250 /include/imlua.h | |
parent | b68e11acbb63dc40992a0ca7a89af39b37a5447c (diff) |
*** empty log message ***
Diffstat (limited to 'include/imlua.h')
-rw-r--r-- | include/imlua.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/imlua.h b/include/imlua.h index 5714dff..bc07cca 100644 --- a/include/imlua.h +++ b/include/imlua.h @@ -11,23 +11,13 @@ extern "C" { #endif -/** \defgroup imlua IM Lua 5 Binding +/** \defgroup imlua ImLua 5 Binding Reference * \par * Binding for the Lua 5 scripting language. \n * Lua 5.1 Copyright (C) 1994-2005 Lua.org, PUC-Rio \n * R. Ierusalimschy, L. H. de Figueiredo & W. Celes \n * http://www.lua.org * \par - * The name of the functions were changed because of the namespace "im" and because of the object orientation. \n - * As a general rule use: -\verbatim - imXxx -> im.Xxx - IM_XXX -> im.XXX - imFileXXX(ifile,... -> ifile:XXX(... - imImageXXX(image,... -> image:XXX(... -\endverbatim - * All the objects are garbage collected by the Lua garbage collector. - * \par * See \ref imlua.h * \ingroup util */ |