method

remove_from_documentation?

v1_9_3_125 - 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

<tt>#remove_from_documentation? == true</tt>