RDoc::Parser
Parse a Markdown format file. The parsed RDoc::Markup::Document is attached as a file comment.
Markdown
RDoc::Markup::Document
Creates an Markdown-format TopLevel for the given file.
# File rdoc/parser/markdown.rb, line 15 def scan comment = RDoc::Comment.new @content, @top_level comment.format = 'markdown' @top_level.comment = comment end
This page was generated for Ruby 2.6.9
Generated with Ruby-doc Rdoc Generator 0.42.0.