From e023d133e7548fbe556b80e7d26c916d6b24bed2 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Thu, 1 Nov 2012 15:14:23 -0600 Subject: [PATCH] adding close-eval at the end of scribble files that have a toplevel evaluator original commit: dcf4d8b040f1acdc535d1542e0d7b1bb1112d987 --- collects/net/scribblings/cookie.scrbl | 4 ++++ collects/net/scribblings/head.scrbl | 4 ++++ collects/net/scribblings/uri-codec.scrbl | 3 +++ 3 files changed, 11 insertions(+) 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]