[racket] in-line documentation program? Like Javadoc or Doxygen

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Tue Apr 5 17:02:03 EDT 2011

Take a look at the `scribble/srcdoc' library:

http://docs.racket-lang.org/scribble/srcdoc.html

On Tue, Apr 5, 2011 at 4:44 PM, Charles Hixson
<charleshixsn at earthlink.net> wrote:
>
> I was really looking for something simple like Doxygen or Javadoc.
> Something that steps through the code, looks at comments, and pulls out of
> marked comments into a documentation file.   (Well, the programs might not
> be simple, but how you mark-up the code for them is.)



-- 
sam th
samth at ccs.neu.edu



Posted on the users mailing list.