diff --git a/collects/data/scribblings/gvector.scrbl b/collects/data/scribblings/gvector.scrbl index 4446345b99..81cb92be60 100644 --- a/collects/data/scribblings/gvector.scrbl +++ b/collects/data/scribblings/gvector.scrbl @@ -123,3 +123,6 @@ Unlike @racket[for/list], the @racket[body] may return zero or multiple values; all returned values are added to the gvector, in order, on each iteration. } + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/data/scribblings/heap.scrbl b/collects/data/scribblings/heap.scrbl index d48858cc08..0862ebe591 100644 --- a/collects/data/scribblings/heap.scrbl +++ b/collects/data/scribblings/heap.scrbl @@ -109,3 +109,4 @@ Equivalent to @racket[in-heap/consume!] except the heap is copied first. (heap-count h)] } +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/data/scribblings/integer-set.scrbl b/collects/data/scribblings/integer-set.scrbl index b994220b9a..26ac7aaa6f 100644 --- a/collects/data/scribblings/integer-set.scrbl +++ b/collects/data/scribblings/integer-set.scrbl @@ -151,3 +151,6 @@ Returns the number of integers in the given integer set.} Returns true if every integer in @racket[x] is also in @racket[y], otherwise @racket[#f].} + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/data/scribblings/interval-map.scrbl b/collects/data/scribblings/interval-map.scrbl index aeca9a7496..e7a52de7a9 100644 --- a/collects/data/scribblings/interval-map.scrbl +++ b/collects/data/scribblings/interval-map.scrbl @@ -167,3 +167,5 @@ Implementations of @racket[dict-iterate-first], Returns @racket[#t] if @racket[v] represents a position in an interval-map, @racket[#f] otherwise. } + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/data/scribblings/order.scrbl b/collects/data/scribblings/order.scrbl index 38c4810109..a77d1dce9c 100644 --- a/collects/data/scribblings/order.scrbl +++ b/collects/data/scribblings/order.scrbl @@ -251,3 +251,6 @@ a single execution of a program: (datum-order (make-fish 'alewife) (make-fowl 'dodo)) ] } + + +@close-eval[the-eval] diff --git a/collects/data/scribblings/queue.scrbl b/collects/data/scribblings/queue.scrbl index ed11262a66..fa3dd4ec63 100644 --- a/collects/data/scribblings/queue.scrbl +++ b/collects/data/scribblings/queue.scrbl @@ -94,3 +94,7 @@ Returns a sequence whose elements are the elements of These contracts recognize queues; the latter requires the queue to contain at least one value. } + + + +@close-eval[qeval] \ No newline at end of file diff --git a/collects/data/scribblings/skip-list.scrbl b/collects/data/scribblings/skip-list.scrbl index f55c919e9a..2f0cf075a5 100644 --- a/collects/data/scribblings/skip-list.scrbl +++ b/collects/data/scribblings/skip-list.scrbl @@ -171,3 +171,6 @@ skip-list, @racket[#f] otherwise. Returns an association list with the keys and values of @racket[skip-list], in order. } + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/data/scribblings/splay-tree.scrbl b/collects/data/scribblings/splay-tree.scrbl index f653d543ea..b237f7481b 100644 --- a/collects/data/scribblings/splay-tree.scrbl +++ b/collects/data/scribblings/splay-tree.scrbl @@ -174,3 +174,6 @@ splay-tree, @racket[#f] otherwise. Returns an association list with the keys and values of @racket[s], in order. } + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/file/scribblings/md5.scrbl b/collects/file/scribblings/md5.scrbl index 4645c10fa9..f9b0a241dc 100644 --- a/collects/file/scribblings/md5.scrbl +++ b/collects/file/scribblings/md5.scrbl @@ -20,3 +20,7 @@ that is the MD5 hash of the given input stream or byte string. (md5 #"abc") (md5 #"abc" #f) ]} + + + +@close-eval[md5-eval] \ No newline at end of file diff --git a/collects/file/scribblings/sha1.scrbl b/collects/file/scribblings/sha1.scrbl index fcd264556b..215abd6c33 100644 --- a/collects/file/scribblings/sha1.scrbl +++ b/collects/file/scribblings/sha1.scrbl @@ -40,3 +40,6 @@ until an end-of-file. Converts the given byte string to a string representation, where each byte in @racket[bstr] is converted to its two-digit hexadecimal representation in the resulting string.} + + +@close-eval[sha1-eval] \ No newline at end of file diff --git a/collects/images/scribblings/icons.scrbl b/collects/images/scribblings/icons.scrbl index b5f3f02808..c1ef2cb47d 100644 --- a/collects/images/scribblings/icons.scrbl +++ b/collects/images/scribblings/icons.scrbl @@ -475,3 +475,6 @@ Icons for the Debugger. The @racket[small-debugger-icon] is used when the toolba @doc-apply[small-macro-stepper-hash-color]{ Constants used within @racketmodname[images/icons/tool]. } + + +@close-eval[icons-eval] \ No newline at end of file diff --git a/collects/images/scribblings/logos.scrbl b/collects/images/scribblings/logos.scrbl index 1b3633b063..1231bcc2b0 100644 --- a/collects/images/scribblings/logos.scrbl +++ b/collects/images/scribblings/logos.scrbl @@ -38,3 +38,7 @@ Returns the algebraic stepper logo. Returns the macro stepper logo. @examples[#:eval logos-eval (macro-stepper-logo)] } + + + +@close-eval[logos-eval] \ No newline at end of file diff --git a/collects/macro-debugger/macro-debugger.scrbl b/collects/macro-debugger/macro-debugger.scrbl index e0a24f4377..91adf78df6 100644 --- a/collects/macro-debugger/macro-debugger.scrbl +++ b/collects/macro-debugger/macro-debugger.scrbl @@ -567,3 +567,7 @@ module path and the module paths of its immediate dependents. (get-dependencies 'openssl #:exclude (list 'racket)) ] } + + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/mzlib/scribblings/compat.scrbl b/collects/mzlib/scribblings/compat.scrbl index 6567208e4b..85b6f2a3b8 100644 --- a/collects/mzlib/scribblings/compat.scrbl +++ b/collects/mzlib/scribblings/compat.scrbl @@ -94,3 +94,6 @@ Emulates Chez Scheme's @racket[new-cafe] by installing running @racket[read-eval-print]. In addition, @racket[current-exit] is set to escape from the call to @racket[new-cafe].} + + +@close-eval[compat-eval] \ No newline at end of file diff --git a/collects/mzlib/scribblings/etc.scrbl b/collects/mzlib/scribblings/etc.scrbl index 3acd10710a..1138875a09 100644 --- a/collects/mzlib/scribblings/etc.scrbl +++ b/collects/mzlib/scribblings/etc.scrbl @@ -269,3 +269,7 @@ no filename is available, the result is @racket[#f].} Creates a new hash-table providing the quoted flags (if any) to @racket[make-hash-table], and then mapping each key to the corresponding values.} + + + +@close-eval[etc-eval] \ No newline at end of file diff --git a/collects/mzlib/scribblings/kw.scrbl b/collects/mzlib/scribblings/kw.scrbl index 06dd69e0ee..4bc7907308 100644 --- a/collects/mzlib/scribblings/kw.scrbl +++ b/collects/mzlib/scribblings/kw.scrbl @@ -449,3 +449,7 @@ if the @racket[args] list is imbalanced, and the search stops at a non-keyword value.)} + + + +@close-eval[kw-eval] \ No newline at end of file diff --git a/collects/mzlib/scribblings/struct.scrbl b/collects/mzlib/scribblings/struct.scrbl index 1fada9665f..51516f0830 100644 --- a/collects/mzlib/scribblings/struct.scrbl +++ b/collects/mzlib/scribblings/struct.scrbl @@ -66,3 +66,7 @@ Builds a function that accepts a structure type instance (matching @racket[struct-id]) and provides a vector of the fields of the structure type instance.} + + + +@close-eval[struct-eval] \ No newline at end of file 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] diff --git a/collects/racklog/racklog.scrbl b/collects/racklog/racklog.scrbl index 47132398f3..fb1135bd28 100644 --- a/collects/racklog/racklog.scrbl +++ b/collects/racklog/racklog.scrbl @@ -1457,3 +1457,7 @@ frozen structure in @racket[F].} #:location "Indiana U Comp Sci Dept Tech Report #182" #:date "1985"] ] + + + +@close-eval[racklog-eval] \ No newline at end of file diff --git a/collects/redex/scribblings/ref.scrbl b/collects/redex/scribblings/ref.scrbl index 12d515fc1d..deb7b1213e 100644 --- a/collects/redex/scribblings/ref.scrbl +++ b/collects/redex/scribblings/ref.scrbl @@ -3077,3 +3077,8 @@ just before or just after that argument. The line-span and column-span of the new lw is always zero. } + + + + +@close-eval[redex-eval] \ No newline at end of file diff --git a/collects/redex/scribblings/tut.scrbl b/collects/redex/scribblings/tut.scrbl index 183aecdad8..6108526bd1 100644 --- a/collects/redex/scribblings/tut.scrbl +++ b/collects/redex/scribblings/tut.scrbl @@ -1122,3 +1122,7 @@ Typeset @racket[types]. Use a compound rewriter so a use of @racket[(type Γ e t is rendered as @racketblock[Γ ⊢ e : t] @generate-bibliography[] + + + +@close-eval[amb-eval] \ No newline at end of file diff --git a/collects/scribblings/draw/guide.scrbl b/collects/scribblings/draw/guide.scrbl index ffc1527a90..52fa7c3a16 100644 --- a/collects/scribblings/draw/guide.scrbl +++ b/collects/scribblings/draw/guide.scrbl @@ -764,3 +764,6 @@ Different kinds of bitmaps can produce different results: reason.} ] + + +@close-eval[draw-eval] \ No newline at end of file diff --git a/collects/scribblings/foreign/objc.scrbl b/collects/scribblings/foreign/objc.scrbl index c4747489f4..15aafd345f 100644 --- a/collects/scribblings/foreign/objc.scrbl +++ b/collects/scribblings/foreign/objc.scrbl @@ -342,3 +342,8 @@ imported using @racket[objc-unsafe!].} Analogous to @racket[(unsafe!)], makes unsafe bindings of @racketmodname[ffi/unsafe/objc] available in the importing module.} + + + + +@close-eval[objc-eval] \ No newline at end of file diff --git a/collects/scribblings/guide/futures.scrbl b/collects/scribblings/guide/futures.scrbl index 235f33fbe4..431bca8e23 100644 --- a/collects/scribblings/guide/futures.scrbl +++ b/collects/scribblings/guide/futures.scrbl @@ -477,3 +477,7 @@ disabled) are considered unsafe. The @exec{raco decompile} tool annotates operations that can be inlined by the compiler (see @secref[#:doc '(lib "scribblings/raco/raco.scrbl") "decompile"]), so the decompiler can be used to help predict parallel performance. + + + +@close-eval[future-eval] \ No newline at end of file diff --git a/collects/scribblings/more/more.scrbl b/collects/scribblings/more/more.scrbl index f556bd5f3c..ab930314c7 100644 --- a/collects/scribblings/more/more.scrbl +++ b/collects/scribblings/more/more.scrbl @@ -873,3 +873,8 @@ memory accounting @cite["Wick04"], kill-safe abstractions #:url "http://www.cs.utah.edu/plt/publications/ismm04-wf.pdf") ) + + + + +@close-eval[more-eval] diff --git a/collects/scribblings/reference/async-channels.scrbl b/collects/scribblings/reference/async-channels.scrbl index 39649bc6e1..79ffb85b2b 100644 --- a/collects/scribblings/reference/async-channels.scrbl +++ b/collects/scribblings/reference/async-channels.scrbl @@ -96,3 +96,6 @@ the event itself. See also @racket[sync].} (async-channel-get from-server)) (async-channel-put to-server 'quit) ] + + + diff --git a/collects/scribblings/reference/booleans.scrbl b/collects/scribblings/reference/booleans.scrbl index 71043dd6fd..b4feaa5e15 100644 --- a/collects/scribblings/reference/booleans.scrbl +++ b/collects/scribblings/reference/booleans.scrbl @@ -307,3 +307,7 @@ Returns @racket[(not v)].} (xor #f #f)] } + + + +@close-eval[bool-eval] \ No newline at end of file diff --git a/collects/scribblings/reference/contracts.scrbl b/collects/scribblings/reference/contracts.scrbl index fa453dc8df..35288fa52a 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -2337,3 +2337,6 @@ do not have corresponding generators (for example, not all predicates have generators) or because there is not enough fuel. In either case, the thunk @racket[fail] is invoked. } + + + diff --git a/collects/scribblings/reference/fixnums.scrbl b/collects/scribblings/reference/fixnums.scrbl index 2b5f75c27a..a25da77133 100644 --- a/collects/scribblings/reference/fixnums.scrbl +++ b/collects/scribblings/reference/fixnums.scrbl @@ -200,3 +200,8 @@ For communication among @tech{places}, the new @tech{fxvector} is allocated in the @tech{shared memory space}. @mz-examples[#:eval flfx-eval (make-shared-fxvector 4 3)]} + + + + +@close-eval[flfx-eval] \ No newline at end of file diff --git a/collects/scribblings/reference/trace.scrbl b/collects/scribblings/reference/trace.scrbl index 2394295c72..36bfc46d6b 100644 --- a/collects/scribblings/reference/trace.scrbl +++ b/collects/scribblings/reference/trace.scrbl @@ -122,3 +122,8 @@ results, and a number indicating the depth of the call. It defaults to @racket["<"]. } + + + + +@close-eval[ev] \ No newline at end of file diff --git a/collects/syntax/scribblings/keyword.scrbl b/collects/syntax/scribblings/keyword.scrbl index 89d8aaad53..895d3145b9 100644 --- a/collects/syntax/scribblings/keyword.scrbl +++ b/collects/syntax/scribblings/keyword.scrbl @@ -273,3 +273,7 @@ A @techlink{check-procedure} that accepts syntax strings. A @techlink{check-procedure} that accepts syntax booleans. } + + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/syntax/scribblings/modcollapse.scrbl b/collects/syntax/scribblings/modcollapse.scrbl index 8ad12674e5..263e2aaae7 100644 --- a/collects/syntax/scribblings/modcollapse.scrbl +++ b/collects/syntax/scribblings/modcollapse.scrbl @@ -58,3 +58,8 @@ Like @racket[collapse-module-path], but the input is a @techlink[#:doc refman]{module path index}; in this case, the @racket[rel-to-module-path-v] base is used where the module path index contains the ``self'' index.} + + + + +@close-eval[evaluator] \ No newline at end of file diff --git a/collects/typed-racket/scribblings/guide/begin.scrbl b/collects/typed-racket/scribblings/guide/begin.scrbl index be91b94a20..3cfd2ebefd 100644 --- a/collects/typed-racket/scribblings/guide/begin.scrbl +++ b/collects/typed-racket/scribblings/guide/begin.scrbl @@ -131,3 +131,7 @@ Typed Racket also attempts to detect more than one error in the module. (string-append "a string" (add1 "not a number")) ] } + + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/unstable/automata/scribblings/automata.scrbl b/collects/unstable/automata/scribblings/automata.scrbl index 72981dedb5..d3a1f8d88c 100644 --- a/collects/unstable/automata/scribblings/automata.scrbl +++ b/collects/unstable/automata/scribblings/automata.scrbl @@ -212,3 +212,7 @@ This module provides a macro for non-deterministic finite automata with epsilon } @include-section["re.scrbl"] + + + +@close-eval[our-eval] \ No newline at end of file diff --git a/collects/unstable/automata/scribblings/re.scrbl b/collects/unstable/automata/scribblings/re.scrbl index 73f5f087cc..8dc82fc826 100644 --- a/collects/unstable/automata/scribblings/re.scrbl +++ b/collects/unstable/automata/scribblings/re.scrbl @@ -204,3 +204,7 @@ This module provides a few transformers that extend the syntax of regular expres [(list) (list 1) (list 1 0)])] + + + +@close-eval[our-eval] \ No newline at end of file diff --git a/collects/unstable/scribblings/custom-write.scrbl b/collects/unstable/scribblings/custom-write.scrbl index 57099cceaa..0fdf71693d 100644 --- a/collects/unstable/scribblings/custom-write.scrbl +++ b/collects/unstable/scribblings/custom-write.scrbl @@ -64,3 +64,7 @@ When attached to a struct type, automatically generates a printer using (write (point3 3 4 5)) ] } + + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/unstable/scribblings/gui/notify.scrbl b/collects/unstable/scribblings/gui/notify.scrbl index 9532be9df3..7918b3ca80 100644 --- a/collects/unstable/scribblings/gui/notify.scrbl +++ b/collects/unstable/scribblings/gui/notify.scrbl @@ -153,3 +153,7 @@ Returns a list of @racket[checkable-menu-item%] controls tied to @racket[notify-box] to its label and invokes @racket[notify-box]'s listeners. } + + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/unstable/scribblings/logging.scrbl b/collects/unstable/scribblings/logging.scrbl index 17f3070ed2..dd51907746 100644 --- a/collects/unstable/scribblings/logging.scrbl +++ b/collects/unstable/scribblings/logging.scrbl @@ -86,3 +86,7 @@ will then return a list of the log messages that have been reported. (log-warning "2") (stop-recording l) ]} + + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/unstable/scribblings/open-place.scrbl b/collects/unstable/scribblings/open-place.scrbl index 3c722b2e78..2f376149d5 100644 --- a/collects/unstable/scribblings/open-place.scrbl +++ b/collects/unstable/scribblings/open-place.scrbl @@ -19,3 +19,7 @@ variables, which are automatically sent to the newly-created @tech[#:doc '(lib " Note that these variables must have values accepted by @racket[place-message-allowed?], otherwise an @racket[exn:fail:contract] exception is raised. } + + + +@close-eval[the-eval] \ No newline at end of file diff --git a/collects/unstable/scribblings/parameter-group.scrbl b/collects/unstable/scribblings/parameter-group.scrbl index bfd99f6824..ebb9d8c054 100644 --- a/collects/unstable/scribblings/parameter-group.scrbl +++ b/collects/unstable/scribblings/parameter-group.scrbl @@ -57,3 +57,7 @@ Corresponds to @racket[parameterize], but can parameterize parameter groups as w #:contracts ([param-or-group-expr (or/c parameter? parameter-group?)])]{ Corresponds to @racket[parameterize*], but can parameterize parameter groups as well as parameters. } + + + +@close-eval[evaluator] \ No newline at end of file