Skip to content

Commit 6d79a66

Browse files
committed
export from libraries
#1943
1 parent d512a42 commit 6d79a66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

script/cli/doc.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ local function collectVars(global, results)
218218
defines = {},
219219
}
220220
for _, set in ipairs(global:getSets(ws.rootUri)) do
221-
local uri = guide.getUri(set)
222-
if files.isLibrary(uri) then
223-
goto CONTINUE
224-
end
225221
if set.type == 'setglobal'
226222
or set.type == 'setfield'
227223
or set.type == 'setmethod'
@@ -235,7 +231,6 @@ local function collectVars(global, results)
235231
}
236232
result.desc = result.desc or getDesc(set)
237233
end
238-
::CONTINUE::
239234
end
240235
if #result.defines == 0 then
241236
return

0 commit comments

Comments
 (0)