SVN revision: 50507
This commit is contained in:
Carsten Haitzler 2010-07-26 07:24:17 +00:00
parent d214a77221
commit 1dbda53fe1
1 changed files with 4 additions and 4 deletions

View File

@ -3,15 +3,15 @@
*/
/**
* @page luaref Edje LUA scripting
* @page luaref Edje Lua scripting
*
* @section intro Introduction
*
* LUA is intended for script-only objects at this point (with embryo left
* Lua is intended for script-only objects at this point (with embryo left
* for augmenting standard programs). Since script-only objects effectively
* define objects entirely via LUA script (resize handling, event handling
* define objects entirely via Lua script (resize handling, event handling
* etc. etc.) this places many more demands on them, and thus a more powerful
* language is in order. LUA is that language.
* language is in order. Lua is that language.
*
* To get you started, here's an example:
* @code