DocChecks
Documenter.footnotes
— Methodfootnotes(doc)
Checks footnote links in a Document
.
Documenter.linkcheck
— Methodlinkcheck(doc)
Checks external links using curl.
Documenter.missingdocs
— Methodmissingdocs(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.