1
0

APIDump: Added more globally-ignored functions.

This commit is contained in:
madmaxoft 2013-09-14 08:31:34 +02:00
parent 024b080374
commit efe0273c09

View File

@ -1310,7 +1310,10 @@ A list of items regarding WebPlugins that have been documented
"globals.assert",
"globals.collectgarbage",
"globals.xpcall",
"%a+\.__%a+", -- AnyClass.__Anything
"%a+\.__%a+", -- AnyClass.__Anything
"%a+\.\.collector", -- AnyClass..collector
"%a+\.new", -- AnyClass.new
"%a+.new_local", -- AnyClass.new_local
},
} ;