1
0

APIDump: Added an apicheck command.

This checks the current API for undocumented functions against the current list of official undocumented functions (http://apidocs.cuberite.org/_undocumented.lua) and reports any newly found ones. To be used in CI to check against newly introduced API functions without documentation.
This commit is contained in:
Mattes D
2015-09-27 13:57:07 +02:00
parent 0e3bb7a398
commit 96879aa866
3 changed files with 109 additions and 9 deletions

View File

@@ -3029,6 +3029,7 @@ end
"cFurnaceEntity.__cBlockEntityWindowOwner__",
"cHopperEntity.__cBlockEntityWindowOwner__",
"cLuaWindow.__cItemGrid__cListener__",
"Globals._CuberiteInternal_.*", -- Ignore all internal Cuberite constants
},
IgnoreVariables =