[racket] in-line documentation program? Like Javadoc or Doxygen
When it comes to Scheme/Lisp I'm nearly a total newbie. So that page
didn't mean anything to me. Perhaps some examples would have made it
clear what it was talking about, but also perhaps not. (I *really*
didn't understand it.)
On 04/05/2011 02:02 PM, Sam Tobin-Hochstadt wrote:
> 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.)
>>
>
>
>