1
0

APIDump: Ignoring classes by exact match.

"cCompositeChat" was ignored because it matched "os".
This commit is contained in:
madmaxoft 2014-03-05 18:28:42 +01:00
parent a845c051b8
commit 86615428cd

View File

@ -2701,16 +2701,16 @@ end
IgnoreClasses = IgnoreClasses =
{ {
"coroutine", "^coroutine$",
"debug", "^debug$",
"io", "^io$",
"math", "^math$",
"package", "^package$",
"os", "^os$",
"string", "^string$",
"table", "^table$",
"g_Stats", "^g_Stats$",
"g_TrackedPages", "^g_TrackedPages$",
}, },
IgnoreFunctions = IgnoreFunctions =