1
0
Fork 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
1 changed files with 10 additions and 10 deletions

View File

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