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
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to