method

accept_paragraph

v1_9_1_378 - Show latest stable - Class: RDoc::Markup::ToHtml
accept_paragraph(am, fragment)
public

No documentation available.

# File lib/rdoc/markup/to_html.rb, line 169
  def accept_paragraph(am, fragment)
    @res << annotate("<p>") + "\n"
    @res << wrap(convert_flow(am.flow(fragment.txt)))
    @res << annotate("</p>") + "\n"
  end