document the help collection's top-level modules
original commit: 2fe1c3b80d2d84a67f1384d42ea1f818d8466ee7
This commit is contained in:
parent
d429fda9d9
commit
00758423a6
|
@ -1,4 +1,4 @@
|
|||
#lang scheme/base
|
||||
#lang racket/base
|
||||
|
||||
(require setup/dirs net/sendurl net/uri-codec)
|
||||
(provide perform-search send-main-page)
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -14,3 +14,4 @@
|
|||
@include-section["docreader.scrbl"]
|
||||
@include-section["xref.scrbl"]
|
||||
@include-section["config.scrbl"]
|
||||
@include-section["racket.scrbl"]
|
Loading…
Reference in New Issue
Block a user