Added documentation.

This commit is contained in:
Leif Andersen 2015-12-31 12:05:14 -07:00
parent ab9aad6783
commit 5f25630260

View File

@ -122,4 +122,15 @@ percentage of its exports.
of its provided bindings.
@examples[#:eval the-eval
(check-documentation-ratio 'racket/match .99)
]}
]}
@section{@tt{raco doc-coverage}: Documentation Coverage}
The @tt{raco doc-coverage} command checks the documentation coverage in
specific modules.
Command-line flags:
@itemlist[
@item{@Flag{h} or @DFlag{help} --- show help information for this command}
@item{@DFlag{} --- do not treat any remaining arguments as switches}
]