Class: RDoc::ClassModule
- Inherits:
-
Object
- Object
- RDoc::ClassModule
- Defined in:
- lib/sdoc/generator/shtml.rb
Instance Method Summary collapse
Instance Method Details
#document_self_or_methods ⇒ Object
17 18 19 |
# File 'lib/sdoc/generator/shtml.rb', line 17 def document_self_or_methods document_self || method_list.any?{ |m| m.document_self } end |
#with_documentation? ⇒ Boolean
21 22 23 |
# File 'lib/sdoc/generator/shtml.rb', line 21 def with_documentation? document_self_or_methods || classes_and_modules.any?{ |c| c.with_documentation? } end |