Skip to content

Commit c34a2ae

Browse files
author
scls19fr
authored
Update make.jl
Helps JuliaCollections#360 to find missing docstring
1 parent 760c332 commit c34a2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ makedocs(
2121
"linked_list.md",
2222
"intset.md",
2323
"sorted_containers.md",
24-
]
24+
],
25+
modules = [DataStructures]
2526
)
2627

2728
deploydocs(

0 commit comments

Comments
 (0)