From c31cf4ee97d18b05005ba1f7e09e159acace20d9 Mon Sep 17 00:00:00 2001 From: John Clements Date: Sat, 29 Mar 2008 21:36:51 +0000 Subject: [PATCH] changed contracts on src args for render methods svn: r9113 original commit: 5d9e8d8a3c4461e6821bb000dc18a2df172dd7f8 --- collects/scribblings/scribble/renderer.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/scribble/renderer.scrbl b/collects/scribblings/scribble/renderer.scrbl index a9df1098..466cae9f 100644 --- a/collects/scribblings/scribble/renderer.scrbl +++ b/collects/scribblings/scribble/renderer.scrbl @@ -52,7 +52,7 @@ Creates a renderer whose output goes to @scheme[dest-dir]. } -@defmethod[(collect [srcs (listof path-string?)] +@defmethod[(collect [srcs (listof part?)] [dests (listof path-string?)]) collect-info?]{ @@ -60,7 +60,7 @@ Performs the @techlink{collect pass}. } -@defmethod[(resolve [srcs (listof path-string?)] +@defmethod[(resolve [srcs (listof part?)] [dests (listof path-string?)] [ci collect-info?]) resolve-info?]{ @@ -69,7 +69,7 @@ Performs the @techlink{resolve pass}. } -@defmethod[(render [srcs (listof path-string?)] +@defmethod[(render [srcs (listof part?)] [dests (listof path-string?)] [ri resolve-info?]) void?]{