From c45f163b4d6ee64faf2c10a1bc58f89f0ff2f174 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 4 May 2024 22:06:26 +0200 Subject: Lua: fix generated docs. Update and fix docs for `pandoc.types.Version` and `pandoc.utils.type`. --- tools/update-lua-module-docs.lua | 16 +--------------- 1 file changed, 1 insertion(+), 15 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 c951d8668..614a3326c 100644 --- a/tools/update-lua-module-docs.lua +++ b/tools/update-lua-module-docs.lua @@ -54,6 +54,7 @@ local known_types = { SimpleTable = 'type-simpletable', Table = 'type-table', WriterOptions = 'type-writeroptions', + Version = 'type-version', } local function render_typespec (typespec) @@ -256,21 +257,6 @@ local handled_modules = { layout = true } -local modules = { - -- 'cli', - -- 'utils', - -- 'mediabag', - -- 'format', - -- 'path', - -- 'structure', - -- 'system', - -- 'layout', - -- 'scaffolding', - -- 'template', - -- 'types', - 'zip', -} - -- Generate docs for the given module if arg and arg[1] then local module_name = arg[1] -- cgit v1.2.3