document the help collection's top-level modules

original commit: 2fe1c3b80d2d84a67f1384d42ea1f818d8466ee7
This commit is contained in:
Robby Findler 2011-05-05 14:56:18 -05:00
parent d429fda9d9
commit 00758423a6
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#lang scheme/base
#lang racket/base
(require setup/dirs net/sendurl net/uri-codec)
(provide perform-search send-main-page)

View File

@ -1,7 +1,6 @@
#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote help/search))
(check-docs (quote help/installer))
(check-docs (quote help/help))
(check-docs (quote help/help-utils))
(check-docs (quote help/bug-report))

View File

@ -14,3 +14,4 @@
@include-section["docreader.scrbl"]
@include-section["xref.scrbl"]
@include-section["config.scrbl"]
@include-section["racket.scrbl"]