excluding some symbols from the documentation since i'm not documenting those bindings

This commit is contained in:
Danny Yoo 2011-10-05 14:11:06 -04:00
parent 878467dfd6
commit bb34fcbae1

View File

@ -17,7 +17,19 @@
@(require (for-label (this-package-in js))
(for-label (this-package-in lang/base))
(for-label (except-in (this-package-in lang/base)
string?
printf
number->string
void
quasiquote
string=?
string
e
number?
newline
current-output-port
display))
(for-label (this-package-in resource)
(for-label (this-package-in web-world))))