CheckDoc.jl

Documentation linting
Author tecosaur
Popularity
6 Stars
Updated Last
4 Months Ago
Started In
January 2024

CheckDoc

A Julia docstring linter to check for various quality indications, taking into account the method(s) a docstring applies to.

Basic usage

julia> using CheckDoc

julia> checkdocs(MyPackage)