class RDoc::Stats::Verbose
Stats printer that prints everything documented, including the documented status
Public Instance Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/rdoc-6.13.0/lib/rdoc/stats/verbose.rb, line 11 def nodoc co " (undocumented)" unless co.documented? end
Returns a marker for RDoc::CodeObject
co
being undocumented