# File lib/rdoc/context/section.rb, line 64 def comment= comment comment = extract_comment comment return if comment.empty? if @comment then # HACK should section comments get joined? @comment.text += "\n# ---\n#{comment.text}" else @comment = comment end end