# File lib/rdoc/code_object.rb, line 184 def done_documenting=(value) @done_documenting = value @document_self = !value @document_children = @document_self end