class RDoc::Parser::Simple

def remove_private_comments(comment)

def remove_private_comments(comment)
  comment.gsub(/^--\n.*?^\+\+/m, '').sub(/^--\n.*/m, '')
end