RDoc is a Javadoc-alike documentation tool for Ruby. See
rdoc.sourceforge.net for details.
RDoc-alpha-8 is available for download from
http://sourceforge.net/project/showfiles.php?group_id=42128&release_id=70273
Alpha-8 is necessary because of a serious bug in -7 which caused
looping when parsing some method parameter lists. There are also a few
new features:
* :nodoc: in the file-level comment turns off documentation
for the file (but classes and modules in the file are still
documented).
* The sequence '#++' turns documentation back on after a '#--'
turns it off.
* Added --title option.
Sorry for the screw-up.
Dave