1
0

APIDump: Ignoring the multi-inheritance members.

We may get to documenting them one day, but for now they are unused anyway, so there's no point in documenting them. They are a by-product of multiple inheritance, re-introduced due to #422.
This commit is contained in:
madmaxoft
2013-12-16 22:13:31 +01:00
parent daade8ddee
commit 5d4e1725d4
2 changed files with 20 additions and 2 deletions

View File

@@ -2713,8 +2713,8 @@ end
"os",
"string",
"table",
"g_TrackedPages",
"g_Stats",
"g_TrackedPages",
},
IgnoreFunctions =
@@ -2747,6 +2747,15 @@ end
"WriteStats",
},
IgnoreConstants =
{
"cChestEntity.__cBlockEntityWindowOwner__",
"cDropSpenserEntity.__cBlockEntityWindowOwner__",
"cFurnaceEntity.__cBlockEntityWindowOwner__",
"cHopperEntity.__cBlockEntityWindowOwner__",
"cLuaWindow.__cItemGrid__cListener__",
},
IgnoreVariables =
{
"__.*__", -- tolua exports multiple inheritance this way