From 621ee2b3e79dd452ddb3b96cf63a2bc2792b9254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 22 Sep 2021 11:00:40 +0800 Subject: fix --- script/parser/luadoc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/parser/luadoc.lua b/script/parser/luadoc.lua index 5cf32a54..0463d7d2 100644 --- a/script/parser/luadoc.lua +++ b/script/parser/luadoc.lua @@ -646,7 +646,7 @@ function parseType(parent) end local nextCommRow = guide.rowColOf(nextComm.start) local currentRow = row + i + 1 - if currentRow > nextCommRow then + if currentRow < nextCommRow then return false end if nextComm.text:sub(1, 2) == '-@' then -- cgit v1.2.3