[ANN] rdoc-tags 1.2 Released

E

Eric Hodel

rdoc-tags version 1.2 has been released!

* https://github.com/rdoc/rdoc-tags
* http://rdoc.rubyforge.org/rdoc-tags

A TAGS file generator based on http://ctags.sourceforge.net/FORMAT. =
rdoc-tags
handles namespaced classes and modules, ! and ? methods, constants and
attributes better than Exuberant Ctags.

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:

### 1.2

* Minor enhancements
* rdoc-tags can now merge with Exuberant Ctags for projects with =
extensions
or other languages. Use <tt>--ctags-merge</tt> to enable merging.
rdoc-tags will discover Exuberant Ctags in your PATH by checking the
output of <tt>ctags --version</tt>.
* Bug Fixes
* Fixed Hoe plugin to match RDoc::TagsTask arguments.
* Require rdoc/generator/tags first for RDoc::TagsTask.
* The tags generator no longer creates a create.rid file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top