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:
@@ -3029,6 +3029,7 @@ end
|
||||
"cFurnaceEntity.__cBlockEntityWindowOwner__",
|
||||
"cHopperEntity.__cBlockEntityWindowOwner__",
|
||||
"cLuaWindow.__cItemGrid__cListener__",
|
||||
"Globals._CuberiteInternal_.*", -- Ignore all internal Cuberite constants
|
||||
},
|
||||
|
||||
IgnoreVariables =
|
||||
|
||||
Reference in New Issue
Block a user