= private = protected
start_doc()
Enable capture of documentation unless documentation has been turned off by :enddoc:
# File lib/rdoc/code_object.rb, line 372 def start_doc return if @done_documenting @document_self = true @document_children = true @ignored = false @suppressed = false end