commit 00758423a6d63087a10564d742b7691b025002ed
parent d429fda9d91fc5cbc40d0b6f0887fad7268363f7
Author: Robby Findler <robby@racket-lang.org>
Date: Thu, 5 May 2011 14:56:18 -0500
document the help collection's top-level modules
original commit: 2fe1c3b80d2d84a67f1384d42ea1f818d8466ee7
Diffstat:
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/collects/help/search.rkt b/collects/help/search.rkt
@@ -1,4 +1,4 @@
-#lang scheme/base
+#lang racket/base
(require setup/dirs net/sendurl net/uri-codec)
(provide perform-search send-main-page)
diff --git a/collects/help/tests/test-docs-complete.rkt b/collects/help/tests/test-docs-complete.rkt
@@ -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))
diff --git a/collects/scribblings/scribble/internals.scrbl b/collects/scribblings/scribble/internals.scrbl
@@ -14,3 +14,4 @@
@include-section["docreader.scrbl"]
@include-section["xref.scrbl"]
@include-section["config.scrbl"]
+@include-section["racket.scrbl"]
+\ No newline at end of file