<div dir="ltr"><div>Hi Christopher, <br><br>You probably want this:<br><a href="http://docs.racket-lang.org/scribble/srcdoc.html">http://docs.racket-lang.org/scribble/srcdoc.html</a><br><br></div>Laurent<br></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Mon, Jul 1, 2013 at 8:11 PM, Christopher <span dir="ltr">&lt;<a href="mailto:ultimatemacfanatic@gmail.com" target="_blank">ultimatemacfanatic@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hey all,<br>
<br>
Is there an inline source documentation to HTML tool for Racket?  I want to document my Racket module functions and classes and variables in the .rkt file and then run it through a tool that will extract the documentation from my comments and dump it into an HTML file or files.  You know, something like Pydoc or Javadoc.  Does it exist for Racket, something that works in that fashion?  If not, what is available?<br>


<br>
I looked at Scribble, but that looks like one has to make a file separate from the .rkt file and separate the documentation from the implementation between two files.  I&#39;m not fond of that approach (though I may capitulate to adopting it if I have to) because it&#39;s hard enough for me to keep the documentation and the implementation in sync when they are in the same file, and I imagine it would be even harder if they are in different files.  Coming from Python, I&#39;m not used splitting the doc and implementation, and I haven&#39;t been sold on that way of doing it as yet, but if anyone wants to make any argument why doing it the Scribble way is just as good or better, I&#39;m open to listening.<br>


<br>
Thanks.<br>
<span class="HOEnZb"><font color="#888888"><br>
--Christopher<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</font></span></blockquote></div><br></div>