diff options
author | madmaxoft <github@xoft.cz> | 2013-09-14 08:31:34 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-14 08:31:34 +0200 |
commit | efe0273c09a2a659083bd51a4a9bd069e335ed67 (patch) | |
tree | 1be9fd77f800637a75ab20920814b91dbb9ad6f2 /MCServer/Plugins | |
parent | APIDump: Ignored functions are removed from undocumented classes, too. (diff) | |
download | cuberite-efe0273c09a2a659083bd51a4a9bd069e335ed67.tar cuberite-efe0273c09a2a659083bd51a4a9bd069e335ed67.tar.gz cuberite-efe0273c09a2a659083bd51a4a9bd069e335ed67.tar.bz2 cuberite-efe0273c09a2a659083bd51a4a9bd069e335ed67.tar.lz cuberite-efe0273c09a2a659083bd51a4a9bd069e335ed67.tar.xz cuberite-efe0273c09a2a659083bd51a4a9bd069e335ed67.tar.zst cuberite-efe0273c09a2a659083bd51a4a9bd069e335ed67.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 7fb001b76..faa24c07c 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -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 }, } ; |