mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f30d92a937
commit
82678937c7
10 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
8
reference/lua/entities.lua.xml
Normal file
8
reference/lua/entities.lua.xml
Normal 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;
|
Loading…
Reference in a new issue