scribble/render: fix contract on render
to include #:warn-undefined?
original commit: fb20706213dc5ece7894afff46763428bee346f0
This commit is contained in:
parent
09cfb6ce12
commit
3d40e770ef
|
@ -25,7 +25,8 @@
|
||||||
#:xrefs (listof xref?)
|
#:xrefs (listof xref?)
|
||||||
#:info-in-files (listof path-string?)
|
#:info-in-files (listof path-string?)
|
||||||
#:info-out-file (or/c #f path-string?)
|
#:info-out-file (or/c #f path-string?)
|
||||||
#:quiet? any/c)
|
#:quiet? any/c
|
||||||
|
#:warn-undefined? any/c)
|
||||||
. ->* . void?)])
|
. ->* . void?)])
|
||||||
|
|
||||||
(define (render docs
|
(define (render docs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user