remove_from_documentation?()
Instance Public methods
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
Please login to continue.