class RDoc::CodeObject
def start_doc
def start_doc return if @done_documenting @document_self = true @document_children = true @ignored = false @suppressed = false end
def start_doc return if @done_documenting @document_self = true @document_children = true @ignored = false @suppressed = false end