On Sunday, July 20, 2003, 1:17:24 PM, Kurt wrote: > I've been googling for a few minutes but I haven't found anything yet. > Is there a tool similar to Doxygen for ruby? I want to document my code > so others can understand it better. Can anyone point me anywhere? > -Kurt RDoc is Ruby's Javadoc: comments from the source code are extracted into HTML. See rdoc.sourceforge.org Gavin