fixing crosslinking

This commit is contained in:
Spencer Florence 2015-04-05 20:26:36 -04:00
parent dd671f3553
commit 52fe61d225

View File

@ -85,9 +85,10 @@ environment.
@defproc[(environment? [v any/c]) any/c]{ @defproc[(environment? [v any/c]) any/c]{
Tests if the given value is a coverage environment.} Tests if the given value is a coverage environment.}
@defthing[current-coverage-environment (parameter/c environment?)]{ @defthing[current-coverage-environment (parameter/c environment?)
#:value (make-cover-environment)]{
The current coverage environment. Defaults to an environment built from The current coverage environment. Defaults to an environment built from
@racket[make-base-namespace]} @racket[make-empty-namespace]}
@defproc[(environment-namespace [environment environment?]) namespace?]{ @defproc[(environment-namespace [environment environment?]) namespace?]{
Get the namespace that coverage should be run in. This is the same namespace given to Get the namespace that coverage should be run in. This is the same namespace given to
@racket[make-cover-environment]} @racket[make-cover-environment]}