From a37eda971377397e7a2cc71553e5e5d7c0326a9b Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 19 Mar 2023 21:21:06 +0100 Subject: lua-filters.md: auto-generate docs for more modules --- tools/update-lua-module-docs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/update-lua-module-docs.lua') 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 -- cgit v1.2.3