mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b9127221e5
commit
4b93d732e4
13 changed files with 643 additions and 602 deletions
|
@ -6,7 +6,7 @@ require 'rdoc/ri/ri_reader'
|
|||
require 'rdoc/ri/ri_writer'
|
||||
require 'rdoc/ri/ri_descriptions'
|
||||
|
||||
class Generators::RIGenerator
|
||||
class RDoc::Generators::RIGenerator
|
||||
|
||||
##
|
||||
# Generators may need to return specific subclasses depending on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue