method
accept_paragraph
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Markup::ToHtml
accept_paragraph(paragraph)public
No documentation available.
# File lib/rdoc/markup/to_html.rb, line 178
def accept_paragraph(paragraph)
@res << annotate("<p>") + "\n"
@res << wrap(convert_flow(@am.flow(paragraph.text)))
@res << annotate("</p>") + "\n"
end