# File lib/rdoc/code_object.rb, line 288
  def start_doc
    return if @done_documenting

    @document_self = true
    @document_children = true
    @ignored = false
  end