aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/update-lua-module-docs.lua16
1 files changed, 1 insertions, 15 deletions
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]