APIDump: Fixed wrong escaped strings.
This commit is contained in:
parent
64d9390069
commit
9fae50f447
@ -2792,11 +2792,11 @@ end
|
|||||||
"Globals.xpcall",
|
"Globals.xpcall",
|
||||||
"Globals.decoda_output", -- When running under Decoda, this function gets added to the global namespace
|
"Globals.decoda_output", -- When running under Decoda, this function gets added to the global namespace
|
||||||
"sqlite3.__newindex",
|
"sqlite3.__newindex",
|
||||||
"%a+\.__%a+", -- AnyClass.__Anything
|
"%a+%.__%a+", -- AnyClass.__Anything
|
||||||
"%a+\.\.collector", -- AnyClass..collector
|
"%a+%.%.collector", -- AnyClass..collector
|
||||||
"%a+\.new", -- AnyClass.new
|
"%a+%.new", -- AnyClass.new
|
||||||
"%a+.new_local", -- AnyClass.new_local
|
"%a+%.new_local", -- AnyClass.new_local
|
||||||
"%a+.delete", -- AnyClass.delete
|
"%a+%.delete", -- AnyClass.delete
|
||||||
|
|
||||||
-- Functions global in the APIDump plugin:
|
-- Functions global in the APIDump plugin:
|
||||||
"CreateAPITables",
|
"CreateAPITables",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user