1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge documentation from the same class on ri generation.

Fixes bug where documentation could disappear.

Fix typo in lib/rdoc/options.rb

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2008-01-07 02:52:15 +00:00
parent 063beac343
commit d9d3e87a52
3 changed files with 27 additions and 10 deletions

View file

@ -352,7 +352,7 @@ class Options
@op_name = nil
@show_all = false
@main_page = nil
@marge = false
@merge = false
@exclude = []
@quiet = false
@generator_name = 'html'