RDoc Metrics

Does there exist a tool for providing basic metrics about the quality of
the
RDoc for a given package?

I’d like to be able to get a list of all undocumented classes/methods,
and
possibly things like a percentage breakdown of how well methods in
particular classes are documented. Lovely HTML reports for this sort of
thing would rule! I’m thinking of something like RCov for the quality
of
our RDoc, if that makes any sense.

Anything I should be looking at in this regard?

On Tue, Jul 7, 2009 at 4:15 PM, Tony A.[email protected] wrote:

http://dcov.rubyforge.org/ might be what you’re looking for.

Best,
Michael G.

On Tue, Jul 7, 2009 at 2:33 PM, Michael G. [email protected]
wrote:

http://dcov.rubyforge.org/ might be what you’re looking for.

Excellent! That looks rather promising. I’ll check it out.

Anything I should be looking at in this regard?

Apparently RDoc Documentation has some metric.

It’s either that or you could write a template that just output stats :slight_smile:

=r