1
0

APIDump: Fixed wrong escaped strings.

This commit is contained in:
madmaxoft 2014-03-20 16:05:22 +01:00
parent 64d9390069
commit 9fae50f447

View File

@ -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",