Added Luaclosure docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315848 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xinchen Hui 2011-08-31 06:00:57 +00:00
parent f30d92a937
commit 82678937c7
10 changed files with 11 additions and 2 deletions

View file

@ -15,9 +15,10 @@
</preface>
&reference.lua.setup;
&reference.lua.constants;
&reference.lua.reference;
<!--&reference.lua.constants;-->
&reference.lua.lua;
&reference.lua.luaclosure;
</book>
<!-- Keep this comment at the end of the file

View file

@ -0,0 +1,8 @@
&reference.lua.lua.--call;
&reference.lua.lua.assign;
&reference.lua.lua.call;
&reference.lua.lua.construct;
&reference.lua.lua.eval;
&reference.lua.lua.getversion;
&reference.lua.lua.include;
&reference.lua.lua.registerCallback;