We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--[[@
1 parent 5933902 commit 1282381Copy full SHA for 1282381
script/parser/luadoc.lua
@@ -1313,7 +1313,7 @@ end
1313
local function buildLuaDoc(comment)
1314
local text = comment.text
1315
local startPos = (comment.type == 'comment.short' and text:match '^%-%s*@()')
1316
- or (comment.type == 'comment.long' and text:match '@()')
+ or (comment.type == 'comment.long' and text:match '^@()')
1317
if not startPos then
1318
return {
1319
type = 'doc.comment',
0 commit comments