aboutsummaryrefslogtreecommitdiff
path: root/scripts/lua2dox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lua2dox.lua')
-rw-r--r--scripts/lua2dox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lua2dox.lua b/scripts/lua2dox.lua
index fc0e915307..17de0ea9b4 100644
--- a/scripts/lua2dox.lua
+++ b/scripts/lua2dox.lua
@@ -291,7 +291,7 @@ local types = { 'integer', 'number', 'string', 'table', 'list', 'boolean', 'func
local tagged_types = { 'TSNode', 'LanguageTree' }
-- Document these as 'table'
-local alias_types = { 'Range' }
+local alias_types = { 'Range4', 'Range6' }
--! \brief run the filter
function TLua2DoX_filter.readfile(this, AppStamp, Filename)