From 488471b7f810651fc451457123e897c30fbfb131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 7 Jul 2022 19:25:05 +0800 Subject: fix #880 --- script/parser/luadoc.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'script') diff --git a/script/parser/luadoc.lua b/script/parser/luadoc.lua index f473feb1..ca23b331 100644 --- a/script/parser/luadoc.lua +++ b/script/parser/luadoc.lua @@ -1538,6 +1538,7 @@ local function bindGeneric(binded) end end if doc.type == 'doc.param' + or doc.type == 'doc.vararg' or doc.type == 'doc.return' or doc.type == 'doc.type' or doc.type == 'doc.class' -- cgit v1.2.3