summaryrefslogtreecommitdiff
path: root/script/parser
diff options
context:
space:
mode:
Diffstat (limited to 'script/parser')
-rw-r--r--script/parser/luadoc.lua2
1 files changed, 1 insertions, 1 deletions
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