aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-03-19 21:21:06 +0100
committerAlbert Krewinkel <[email protected]>2023-03-19 22:39:15 +0100
commita37eda971377397e7a2cc71553e5e5d7c0326a9b (patch)
tree1ead0d06894084267e19b1c6efa0e55dd176829c /tools
parentafee37abc74abac6326486bd355ed6ae800c2ca5 (diff)
lua-filters.md: auto-generate docs for more modules
Diffstat (limited to 'tools')
-rw-r--r--tools/update-lua-module-docs.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update-lua-module-docs.lua b/tools/update-lua-module-docs.lua
index 91bb62aa6..61842605e 100644
--- a/tools/update-lua-module-docs.lua
+++ b/tools/update-lua-module-docs.lua
@@ -1,5 +1,5 @@
-local ipairs, load, next, pairs, print, tostring, type =
- ipairs, load, next, pairs, print, tostring, type
+local ipairs, load, next, pairs, print, tostring, type, warn =
+ ipairs, load, next, pairs, print, tostring, type, warn
local string, table = string, table
local _G, arg = _G, arg