1
0

Possibly fixes #384

@madmaxoft, is this the right syntax for lua for loops?
This commit is contained in:
Alexander Harkness 2013-12-20 16:14:49 +00:00
parent 71006f5df5
commit 675c35708b

View File

@ -231,6 +231,12 @@ end
function DumpAPIHtml()
LOG("Moving static files.");
for i in cFile:GetFolderContents("Static") do
cFile:Copy("Static/" .. i, "API/" .. i);
end
LOG("Dumping all available functions and constants to API subfolder...");
LOG("Creating API tables...");