adjust the docs for response/xexpr so that it shows up as coming from

web-server as well as web-server/http/xexpr
This commit is contained in:
Robby Findler 2012-04-05 17:08:17 -05:00
parent 9d563c786a
commit ada5382bea

View File

@ -482,7 +482,9 @@ web-server/insta
@(require (for-label web-server/http/xexpr
xml))
@defmodule[web-server/http/xexpr]{
@defmodule*/no-declare[(web-server/http/xexpr)]{}
@declare-exporting[web-server/http/xexpr web-server]
@defproc[(response/xexpr [xexpr xexpr/c]
[#:code code number? 200]
@ -503,5 +505,3 @@ web-server/insta
This is a viable function to pass to @racket[set-any->response!].
}
}