[ruby/rdoc] [DOC] Add missing documents

e4c90340d0
This commit is contained in:
Nobuyoshi Nakada 2023-12-15 19:35:16 +09:00
parent 578eb02b16
commit e15d690db1
12 changed files with 63 additions and 2 deletions

View file

@ -66,6 +66,9 @@ class RDoc::Markup::ToHtmlSnippet < RDoc::Markup::ToHtml
alias accept_rule ignore
##
# Adds +paragraph+ to the output
def accept_paragraph paragraph
para = @in_list_entry.last || "<p>"