APIDump: Ignored functions are removed from undocumented classes, too.
This commit is contained in:
parent
2973b17977
commit
024b080374
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user