[racket] a scribble comment
Hi,
I've writen a documentation, using the Scribble tool. When I want to display
functions, I use the @schemeblock[ ] tag.
But if there is some comments like "i love foo", there are not displayed.
Could you explain me a way for display the comments, it's better for explain
functions when people read the source code ...
@schemeblock[
(define (foo x) ;; I love foo
(add1 x))
]
Thanks alot,
-mw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101127/b9729dc2/attachment.html>