DocChecks
Documenter.footnotes — Method
footnotes(doc)
Checks footnote links in a Document.
Documenter.linkcheck — Method
linkcheck(doc)
Checks external links using curl.
Documenter.missingdocs — Method
missingdocs(doc)
Checks that a Document contains all available docstrings that are defined in the modules keyword passed to makedocs.
Prints out the name of each object that has not had its docs spliced into the document.
Returns the number of missing bindings to allow for automated testing of documentation.