mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed mixed case filename
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315850 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
82678937c7
commit
329eaf7c87
4 changed files with 2 additions and 10 deletions
|
@ -1,8 +0,0 @@
|
|||
&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;
|
|
@ -47,7 +47,6 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
<section xml:id="luaclosure.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
|
||||
LuaClosure is a wrapper class for LUA_TFUNCTION which could be renturn from
|
||||
calling to Lua function.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue