1
0

APIDump: Fixed a missing tab

This commit is contained in:
madmaxoft 2013-09-11 21:25:19 +02:00
parent f845c1f72c
commit 068708145b

View File

@ -389,7 +389,7 @@ function ConvertWikiToDesc()
fin:close();
-- Write the info into the output file:
fout:write(filename:match("[^\.]*") .. " =\n{\tFunctions =\n\t{\n");
fout:write(filename:match("[^\.]*") .. " =\n{\n\tFunctions =\n\t{\n");
for i, func in ipairs(Functions) do
fout:write("\t\t{ " .. func.Name .. " = { Params = \"" .. func.Params .. "\", Return =\"" ..
func.Return .. "\", Desc = \"" .. func.Notes .. "\" },\n"