APIDump: Added more globally-ignored functions.
This commit is contained in:
parent
024b080374
commit
efe0273c09
@ -1310,7 +1310,10 @@ A list of items regarding WebPlugins that have been documented
|
|||||||
"globals.assert",
|
"globals.assert",
|
||||||
"globals.collectgarbage",
|
"globals.collectgarbage",
|
||||||
"globals.xpcall",
|
"globals.xpcall",
|
||||||
"%a+\.__%a+", -- AnyClass.__Anything
|
"%a+\.__%a+", -- AnyClass.__Anything
|
||||||
|
"%a+\.\.collector", -- AnyClass..collector
|
||||||
|
"%a+\.new", -- AnyClass.new
|
||||||
|
"%a+.new_local", -- AnyClass.new_local
|
||||||
},
|
},
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user