Skip to content

Commit c5fffa7

Browse files
committed
warnonly on missing docs
doc strings of internal functions
1 parent 1a3eb65 commit c5fffa7

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
@@ -12,7 +12,8 @@ makedocs(; modules=[NetworkLayout],
1212
format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true",
1313
canonical="https://juliagraphs.org/NetworkLayout.jl", assets=String[]),
1414
pages=["Home" => "index.md",
15-
"Interface" => "interface.md"])
15+
"Interface" => "interface.md"],
16+
warnonly=[:missing_docs])
1617

1718
# if gh_pages branch gets to big, check out
1819
# https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#gh-pages-Branch

0 commit comments

Comments
 (0)