Put examples in dist package
authordavemds <davemds@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Mar 2010 23:10:21 +0000 (23:10 +0000)
committerdavemds <davemds@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Mar 2010 23:10:21 +0000 (23:10 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@46970 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_lua.c

index b71dbd4..a193298 100644 (file)
@@ -54,6 +54,7 @@ Classes hierarchy:
 References:
 @li For general LUA documentations look at the official LUA manual
 (http://www.lua.org/manual/5.1/)
+@li The lua-users wiki is also full of lua info (http://lua-users.org/wiki/)
 @li Examples of edc files that use LUA can be found in the doc/examples folder
 in the edje sources.
  
@@ -1324,12 +1325,9 @@ const luaL_Reg lTransition_fn[] = {
    {NULL, NULL}                        // sentinel
 };
 
-/*
- * Lua Evas Object bindings
- */
 /**
 @page luaref
-@luaclass{Object,Generic Object Class}
+@luaclass{Object,General Object Class}
 
 Within the lua_script scope, Edje objects (groups, parts, etc) have the
 following basic attributes and methods: