The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RDoc 2.4.2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eric Hodel

Posts: 660
Nickname: drbrain
Registered: Mar, 2006

Eric Hodel is a long-time Rubyist and co-founder of Seattle.rb.
RDoc 2.4.2 Posted: Mar 25, 2009 4:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: RDoc 2.4.2
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.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eric Hodel
Latest Posts From Segment7

Advertisement

rdoc version 2.4.2 has been released!

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 Minor Enhancements
    • Added --pipe for turning RDoc on stdin into HTML
    • Added rdoc/task.rb containing a replacement for rake/rdoctask.rb. Use RDoc::Task now instead of Rake::RDocTask.
  • 10 Bug Fixes
    • Writing the ri cache file to the proper directory. Bug #24459 by Lars Christensen.
    • Possible fix for Dir::[] and Pathname interaction on 1.9. Bug #24650 by tiburon.
    • Fixed scanning constants for if/end, etc. pairs. Bug #24609 by Ryan Davis.
    • Fixed private methods in the C parser. Bug #24599 by Aaron Patterson.
    • Fixed display of markup on RDoc main page. Bug #24168 by rhubarb.
    • Fixed display of \ character in documentation proceeding words. Bug #22112 by James Gray. See RDoc for details.
    • Fixed parsing and display of arg params for some corner cases. Bug #21113 by Csiszár Attila.
    • Fixed links in Files box. Patch #24403 by Eric Wong.
    • Toplevel methods now appear in Object. Bug #22677 by Ryan Davis.
    • Added back --promiscuous which didn’t do anything you cared about. Why did you enable it? Nobody looked at that page! Oh, it warns, too.

Read: RDoc 2.4.2

Topic: RubyRX and AgileRX! Previous Topic   Next Topic Topic: RailsConf 2009: JavaScript Testing in Rails Projects. No, Seriously!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use