update lua documentation tools

This commit is contained in:
Robin Gareus 2016-04-11 16:16:52 +02:00
parent 957a18f635
commit 4eba3869fe
4 changed files with 146 additions and 28 deletions

View file

@ -353,7 +353,6 @@ foreach ($doc as $b) {
'ext' => true,
'cand' => str_replace (':', '::', $b['lua']).'(lua_State*)'
);
fwrite (STDERR, print_r ($b, true));
break;
case "Free Function":
case "Free Function RefReturn":