<div>Hi,</div><div><br></div><div>I&#39;ve writen a documentation, using the Scribble tool. When I want to display functions, I use the @schemeblock[ ] tag.</div><div><br></div><div>But if there is some comments like &quot;i love foo&quot;, there are not displayed. Could you explain me a way for display the comments, it&#39;s better for explain functions when people read the source code ...</div>
<div><br></div><div>@schemeblock[</div><div>(define (foo x) ;; I love foo</div><div>(add1 x))</div><div>]</div><div><br></div><div>Thanks alot,</div><div>-mw</div>