diff --git a/collects/net/scribblings/cookie.scrbl b/collects/net/scribblings/cookie.scrbl index ecd0b22d6f..dfbe81fcd6 100644 --- a/collects/net/scribblings/cookie.scrbl +++ b/collects/net/scribblings/cookie.scrbl @@ -187,3 +187,7 @@ Imports nothing, exports @racket[cookie^].} @defsignature[cookie^ ()]{} Includes everything exported by the @racketmodname[net/cookie] module. + + + +@close-eval[cookie-eval] \ No newline at end of file diff --git a/collects/net/scribblings/head.scrbl b/collects/net/scribblings/head.scrbl index 440612e680..f46e79eff5 100644 --- a/collects/net/scribblings/head.scrbl +++ b/collects/net/scribblings/head.scrbl @@ -241,3 +241,7 @@ Imports nothing, exports @racket[head^].} @defsignature[head^ ()]{} Includes everything exported by the @racketmodname[net/head] module. + + + +@close-eval[head-eval] \ No newline at end of file diff --git a/collects/net/scribblings/uri-codec.scrbl b/collects/net/scribblings/uri-codec.scrbl index 04a41496e2..f25e274e7b 100644 --- a/collects/net/scribblings/uri-codec.scrbl +++ b/collects/net/scribblings/uri-codec.scrbl @@ -185,3 +185,6 @@ Imports nothing, exports @racket[uri-codec^].} @defsignature[uri-codec^ ()]{} Includes everything exported by the @racketmodname[net/uri-codec] module. + + +@close-eval[uri-codec-eval]