Methods

Class/Module Index [+]

Quicksearch

RDoc::Stats::Verbose

Stats printer that prints everything documented, including the documented status

Public Instance Methods

nodoc(co) click to toggle source

Returns a marker for RDoc::CodeObject co being undocumented

# File lib/rdoc/stats/verbose.rb, line 10
def nodoc co
  " (undocumented)" unless co.documented?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.