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