rdoc version 2.5.9 has been released!
- RDoc Project Page - http://rubyforge.org/projects/rdoc/
- RDoc Documentation - http://rdoc.rubyforge.org/
- RDoc Bug Tracker -
http://rubyforge.org/tracker/?atid=2472&group_id=627&func=browse
RDoc is an application that produces documentation for one or more Ruby
source
files. RDoc includes the +rdoc+ and +ri+ tools for generating and
displaying
online documentation.
At this point in time, RDoc 2.x is a work in progress and may incur
further
API changes beyond what has been made to RDoc 1.0.1. Command-line tools
are
largely unaffected, but internal APIs may shift rapidly.
See RDoc for a description of RDoc’s markup and basic use.
Changes:
2.5.9 / 2010-07-06
- Bug Fixes
- Look up pager correctly.
- Fixed handling of bullets in verbatim sections. Partial patch by
Juha-Jarmo Heinonen.