method
remove_from_documentation?
v2_5_5 -
Show latest stable
- Class:
RDoc::Context
remove_from_documentation?()public
Should we remove this context from the documentation?
The answer is yes if:
-
#received_nodoc is true
-
#any_content is false (not counting includes)
-
All #includes are modules (not a string), and their module has #remove_from_documentation? == true
-
All classes and modules have #remove_from_documentation? == true