The RDoc tags plugin for Hoe uses the standard names tags
,
retag
and clobber_tags
from RDoc::TagsTask. The plugin also
integrates with the clobber
and newb
tasks Hoe provides to add automatic cleanup.
The tags
task automatically builds tags using all files in
your specification's require paths (defaults to the lib directory).
When the newb
task is run the plugin will automatically build
a TAGS file.
When the clobber
task is run the plugin will automatically
remove the TAGS file.
The plugin defaults to generating vim-style tags. You can override this by
setting a value for 'tags_style'
in ~/.hoerc. Be sure
to check rdoc --help
for valid values.