From 5f25630260241ce6438cfa2e12dfbeaaa8d33803 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Thu, 31 Dec 2015 12:05:14 -0700 Subject: [PATCH] Added documentation. --- doc-coverage/doc-coverage.scrbl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc-coverage/doc-coverage.scrbl b/doc-coverage/doc-coverage.scrbl index 4c79729..15b2afd 100644 --- a/doc-coverage/doc-coverage.scrbl +++ b/doc-coverage/doc-coverage.scrbl @@ -122,4 +122,15 @@ percentage of its exports. of its provided bindings. @examples[#:eval the-eval (check-documentation-ratio 'racket/match .99) -]} \ No newline at end of file +]} + +@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} +] \ No newline at end of file