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 b22d26b commit a02cb96Copy full SHA for a02cb96
src/MultiDocumenter.jl
@@ -281,7 +281,7 @@ function make(
281
end
282
283
function flatten_multidocrefs(docs::Vector)
284
- out = []
+ out = DropdownComponent[]
285
for doc in docs
286
if doc isa DropdownComponent
287
push!(out, doc)
@@ -297,7 +297,7 @@ function flatten_multidocrefs(docs::Vector)
297
298
299
300
- out
+ return out
301
302
303
function maybe_clone(docs::Vector)
@@ -336,6 +336,7 @@ function maybe_clone(docs::Vector)
336
337
338
339
+ return nothing
340
341
342
function make_output_structure(
0 commit comments