The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
rdoc-tags 1.1 and RDoc 3.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-tags 1.1 and RDoc 3.2 Posted: Dec 29, 2010 2:56 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: rdoc-tags 1.1 and RDoc 3.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-tags includes a Hoe plugin :rdoc_tags making it easy to add tag support to your ruby project. If you don't use Hoe you can instead use RDoc::TagsTask to add rake tasks for building TAGS to your ruby project.

Changes in rdoc-tags 1.1

  • Minor enhancements

    • Added RDoc::TagsTask which generates a TAGS file

    • Added :rdoc_tags plugin for Hoe

  • Bug fix

    • Multiple tags are now generated for definitions across more than one file. Bug #1 by postmodern.

RDoc 3.2

RDoc 3.2 has been released to support rdoc-tags 1.1

Changes in RDoc 3.2

  • Minor enhancements

    • RDoc generator authors may now suppress updating the output dir (creating a created.rid file) by setting RDoc::Options#update_output_dir to false.

    • RDoc::Task has been refactored to ease creating subclasses.

  • Bug fixes

    • RDoc’s gitignore now ignores .DS_Store files. Pull Request #3 by Shane Becker.

Read: rdoc-tags 1.1 and RDoc 3.2

Topic: RDoc 3.1 Previous Topic   Next Topic Topic: rdoc-tags 1.0

Sponsored Links



Google
  Web Artima.com   

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