APIDump: Ignoring classes by exact match.
"cCompositeChat" was ignored because it matched "os".
This commit is contained in:
parent
a845c051b8
commit
86615428cd
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user