Minor enhancements
rdoc-tags will now only re-parse files that have changed.
rdoc-tags now supports outputting emacs-style tags. rdoc -f tags
--tag-style=emacs .
will write an emacs-style tags file.
Bug fixes
Set ctags_merge option correctly in option parser
Hoe task no longer removes TAGS on clean
Minor enhancements
rdoc-tags can now merge with Exuberant Ctags for projects with extensions
or other languages. Use --ctags-merge
to enable merging.
rdoc-tags will discover Exuberant Ctags in your PATH by checking the output
of ctags --version
.
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 created.rid file.
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.
1 major enhancement
Birthday!