class RBS::RDocPlugin::Parser
def construct_comment(context:, comment:)
def construct_comment(context:, comment:) comment = RDoc::Comment.new(comment, context) comment.format = "markdown" comment end
def construct_comment(context:, comment:) comment = RDoc::Comment.new(comment, context) comment.format = "markdown" comment end