mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ignore leading and trailing lines in :section: blocks
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b70ab3ad13
commit
e28c8d2c52
4 changed files with 53 additions and 5 deletions
|
@ -2312,7 +2312,7 @@ module RDoc
|
|||
when "section"
|
||||
context.set_current_section(param, comment)
|
||||
comment.clear
|
||||
break
|
||||
break
|
||||
else
|
||||
warn "Unrecognized directive '#{directive}'"
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue