doc: add missing 'for-label' to 'syntax/srcloc'

This commit is contained in:
Ben Greenman 2017-07-09 11:26:04 -04:00 committed by Vincent St-Amour
parent 0f5e95ea33
commit 1a81f205cc

View File

@ -2,6 +2,7 @@
@(require scribble/eval
scribble/decode
(for-label racket/base
racket/contract
syntax/srcloc
syntax/location
setup/path-to-relative))
@ -138,7 +139,7 @@ than simply @racket[#f].
@deftogether[(
@defproc[(source-location-source [loc source-location?]) any/c]
@defproc[(source-location-line [loc source-location?])
(or/c orexact-positive-integer? #f)]
(or/c exact-positive-integer? #f)]
@defproc[(source-location-column [loc source-location?])
(or/c exact-nonnegative-integer? #f)]
@defproc[(source-location-position [loc source-location?])