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