class RDoc::CodeObject

def document_children=(document_children)

def document_children=(document_children)
  return unless @track_visibility
  @document_children = document_children unless @done_documenting
end