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 2f57957 commit 1c2ea34Copy full SHA for 1c2ea34
script/cli/doc.lua
@@ -57,7 +57,7 @@ local function packObject(source, mark)
57
new.returns[i] = packObject(rtn)
58
end
59
60
- new['view'] = getLabel(source)
+ new['view'] = getLabel(source, source.parent.type == 'setmethod')
61
62
if source.type == 'doc.type.table' then
63
new['fields'] = packObject(source.fields, mark)
0 commit comments