The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RDoc 3.1

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 3.1 Posted: Dec 28, 2010 10:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: RDoc 3.1
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 produces HTML and command-line documentation for Ruby projects. RDoc includes the rdoc and ri tools for generating and displaying online documentation.

See RDoc for a description of RDoc's markup and basic use.

Changes Since 3.0.1

RDoc has moved to github. Releases after 3.1 reference github unless otherwise noted.

  • Minor enhancements

    • RDoc::Task now features a #generator option to choose an alternate generator. Pull Request #2 by Erik Hollensbe.

    • Enhanced test for RDoc::Parser::binary? RubyForge patch #28538 by Eito Katagiri.

    • Generator list in --help is no longer static. Generator description comes from the generator's DESCRIPTION constant.

    • Documentation summary is now displayed with dynamic width.

  • Bug fixes

    • Strip encoding comment from input to avoid overriding file comment. RubyForge Bug #22113 by James Gray.

    • Restore call-seq parsing behavior when the call-seq is the only comment. RubyForge Bug #26290 by Sylvain Joyeux.

    • Coverage report no longer crashes for constant aliases. Pull Request #1 by Andy Lindeman.

    • RDoc no longer looses ghost methods when followed by certain tokens. RubyForge bug #27793 by Aaron Patterson.

    • RDoc no longer crashes in ri if HOME is not set. Ruby Bug #4202 by Shyouhei Urabe.

    • ri no longer crashes with HTML format output. RubyForge bug #28675 by 7rans.

    • RDoc::Markup::ToHtml#gen_url now initializes #from_path to ''. Additionally, #from_path is now settable. RubyForge bug #27838 by Claus Folke Brobak.

    • Comments in the C parser are now normalized before being combined. RubyForge patch #28646 by Sven Herzberg.

    • RDoc::Parser::C no longer requires a comment and finds more method bodies. RubyForge patch #28643 by Sven Herzberg.

    • Darkfish now has a "Class/Module Index" instead of a "Class Index". RubyForge patch #28364 by James Tucker.

    • RDoc::Parser::Ruby now parses negative numbers correctly. RubyForge patch #28544 by Eito Katagiri.

Read: RDoc 3.1

Topic: RDoc on Github Previous Topic   Next Topic Topic: Creating MD5 digests with Ruby

Sponsored Links



Google
  Web Artima.com   

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