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 =
|
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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user