From 103d77b9789d0e9d420479dd7b746827ce79e3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sun, 17 Apr 2022 03:38:41 +0800 Subject: cleanup --- script/parser/luadoc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'script/parser') diff --git a/script/parser/luadoc.lua b/script/parser/luadoc.lua index 5a2e1d09..5928ec1c 100644 --- a/script/parser/luadoc.lua +++ b/script/parser/luadoc.lua @@ -1313,7 +1313,8 @@ local function isNextLine(binded, doc) return false end local lastDoc = binded[#binded] - if lastDoc.type == 'doc.type' then + if lastDoc.type == 'doc.type' + or lastDoc.type == 'doc.module' then return false end if lastDoc.type == 'doc.class' -- cgit v1.2.3