1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-30 09:03:20 +00:00
CC-Tweaked/doc/stub
Jonathan Coates 8fac68386e
Fix usages of global variables
- Lint references to unknown fields of modules, excluding the keys and
   colours modules. This caught several silly errors in our stub files,
   but nothing else.
 - Lint on using unknown globals. This highlighted a couple of really
   silly mistakes. Fixes #427.
 - Add documentation for fs.attributes, fs.getCapacity and pocket, as
   they were not defined before.

Co-authored-by: JackMacWindows <jackmacwindowslinux@gmail.com>
2020-04-28 09:42:34 +01:00
..
commands.lua An initial stab at documentation generation (#360) 2020-04-10 10:27:53 +01:00
fs.lua Fix usages of global variables 2020-04-28 09:42:34 +01:00
http.lua A small amount of Lua documentation 2020-04-18 21:42:59 +01:00
os.lua Fix usages of global variables 2020-04-28 09:42:34 +01:00
pocket.lua Fix usages of global variables 2020-04-28 09:42:34 +01:00
redstone.lua Fix usages of global variables 2020-04-28 09:42:34 +01:00
term.lua Fix usages of global variables 2020-04-28 09:42:34 +01:00
turtle.lua A small amount of Lua documentation 2020-04-18 21:42:59 +01:00