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