Class: RDoc::ClassModule

Inherits:
Object
  • Object
show all
Defined in:
lib/sdoc/generator.rb

Instance Method Summary collapse

Instance Method Details

#with_documentation?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/sdoc/generator.rb', line 13

def with_documentation?
  document_self_or_methods || classes_and_modules.any?{ |c| c.with_documentation? }
end