class RDoc::ClassModule

def comment=(comment)

def comment=(comment)
  return if comment.empty?
  comment = "#{@comment}\n---\n#{normalize_comment comment}" unless
    @comment.empty?
  super
end