1
0

APIDump: Added member-variable filtering.

This commit is contained in:
madmaxoft
2013-10-19 22:21:38 +02:00
parent 9f8df5f702
commit 3f2813d6ff
2 changed files with 14 additions and 0 deletions

View File

@@ -3610,6 +3610,11 @@ end
"WriteHtmlHook",
},
IgnoreVariables =
{
"__.*__", -- tolua exports multiple inheritance this way
} ,
ExtraPages =
{
-- No sorting is provided for these, they will be output in the same order as defined here