[racket] Getting started with Scribble
At Sat, 17 Mar 2012 00:52:21 -0700,
Mark Engelberg wrote:
> One thing I still haven't figured out is how to get a comment (introduced
> with a semicolon) that is in the code block to show up in the scribbled
> output. (In the example below, the comment ";; the zero test" doesn't show
> up in the scribble output).
You probably want `code:comment'.
http://docs.racket-lang.org/scribble/scribble_manual_code.html?q=code%3Acomment#%28idx._%28gentag._1._%28lib._scribblings/scribble/scribble..scrbl%29%29%29
Vincent