
The "racket" directory contains a pared-back version of the repository, roughly. The "pkgs" directory everything else in the repository, but organized into packages. original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
7 lines
189 B
Racket
7 lines
189 B
Racket
#lang racket/base
|
|
(require rackunit/docs-complete)
|
|
(check-docs (quote help/search))
|
|
(check-docs (quote help/help))
|
|
(check-docs (quote help/help-utils))
|
|
(check-docs (quote help/bug-report))
|