APIDump: Fixed a missing tab
This commit is contained in:
parent
f845c1f72c
commit
068708145b
@ -389,7 +389,7 @@ function ConvertWikiToDesc()
|
|||||||
fin:close();
|
fin:close();
|
||||||
|
|
||||||
-- Write the info into the output file:
|
-- 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
|
for i, func in ipairs(Functions) do
|
||||||
fout:write("\t\t{ " .. func.Name .. " = { Params = \"" .. func.Params .. "\", Return =\"" ..
|
fout:write("\t\t{ " .. func.Name .. " = { Params = \"" .. func.Params .. "\", Return =\"" ..
|
||||||
func.Return .. "\", Desc = \"" .. func.Notes .. "\" },\n"
|
func.Return .. "\", Desc = \"" .. func.Notes .. "\" },\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user