This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: RDoc 2.5.11
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
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.
2.5.11 / 2010-08-20
Minor Enhancements
Alias comments are now discovered by the C parser. Reported by Jeremy
Evans.
Removed —all option which is unused in RDoc. Use the nodoc or
stopdoc/startdoc directives to suppress documentation instead.
2.5.10 / 2010-08-17
Minor Enhancements
Support rb_singleton_class(). Reported by Jeremy Evans.
Support rb_define_private_method() on rb_singleton_class(). Reported by
Jeremy Evans.
Bug Fixes
Treat non-ASCII RDoc files as text. Bug #28391 by Kouhei Sutou.
Fix potential test failures due to ivar collision. Bug #28390 by Kouhei
Sutou.
Added duck-typed #aref for RDoc::Attr to RDoc::AnyMethod. Bug #28375 by
Erik Hollensbe
Fixed method references in HTML output when show_hash is false.
Fixed comments with ’.’ in call-seq in C sources. Reported by
Jeremy Evans.
RDoc now understands singleton aliases. Reported by Jeremy Evans.