commit c31cf4ee97d18b05005ba1f7e09e159acace20d9 parent a508fefaf8e7ca6f4fc42e07d5734048d7e9774f Author: John Clements <clements@racket-lang.org> Date: Sat, 29 Mar 2008 21:36:51 +0000 changed contracts on src args for render methods svn: r9113 original commit: 5d9e8d8a3c4461e6821bb000dc18a2df172dd7f8 Diffstat:
| M | 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 @@ -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?]{