1
0

APIDump: Ignored functions are removed from undocumented classes, too.

This commit is contained in:
madmaxoft 2013-09-14 08:27:31 +02:00
parent 2973b17977
commit 024b080374

View File

@ -299,6 +299,7 @@ function ReadDescriptions(a_API)
-- TODO
end
end -- if (APIDesc.Constants ~= nil)
end -- if (APIDesc ~= nil)
-- Remove ignored functions:
local NewFunctions = {};
@ -308,8 +309,6 @@ function ReadDescriptions(a_API)
end
end -- for j, fn
cls.Functions = NewFunctions;
end -- if (APIDesc ~= nil)
end -- for i, cls
-- Sort the descendants lists: