Methods

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.rb, line 214
214:     def nodoc co
215:       " (undocumented)" unless co.documented?
216:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.