diff options
| author | Albert Krewinkel <[email protected]> | 2023-03-19 21:21:06 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-03-19 22:39:15 +0100 |
| commit | a37eda971377397e7a2cc71553e5e5d7c0326a9b (patch) | |
| tree | 1ead0d06894084267e19b1c6efa0e55dd176829c /tools | |
| parent | afee37abc74abac6326486bd355ed6ae800c2ca5 (diff) | |
lua-filters.md: auto-generate docs for more modules
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/update-lua-module-docs.lua | 4 |
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 |
