class RDoc::Parser::C
def new_comment(text = nil, location = nil, language = nil)
def new_comment(text = nil, location = nil, language = nil) RDoc::Comment.new(text, location, language).tap do |comment| comment.format = @markup end end
def new_comment(text = nil, location = nil, language = nil) RDoc::Comment.new(text, location, language).tap do |comment| comment.format = @markup end end