class RDoc::CodeObject

def document_children=(document_children)

def document_children=(document_children)
  @document_children = document_children
  remove_classes_and_modules unless document_children
end