DocChecks

DocChecks

Provides the missingdocs, footnotes and linkcheck functions for checking docs.

source
footnotes(doc)

Checks footnote links in a Documents.Document.

source
linkcheck(doc)

Checks external links using curl.

source
missingdocs(doc)

Checks that a Documents.Document contains all available docstrings that are defined in the modules keyword passed to Documenter.makedocs.

Prints out the name of each object that has not had its docs spliced into the document.

source