class RDoc::ClassModule
Public Instance Methods
with_documentation?()
click to toggle source
# File lib/sdoc/generator.rb, line 13 def with_documentation? document_self_or_methods || classes_and_modules.any?{ |c| c.with_documentation? } end