mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/rdoc.rb: reverted r27186 to add generators.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
386962af11
commit
166fedb45d
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Apr 2 22:13:38 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/rdoc/rdoc.rb: reverted r27186 to add generators.
|
||||||
|
|
||||||
Fri Apr 2 21:17:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Apr 2 21:17:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* NEWS: added reverse_lookup option.
|
* NEWS: added reverse_lookup option.
|
||||||
|
|
|
@ -426,7 +426,6 @@ rescue LoadError
|
||||||
end
|
end
|
||||||
|
|
||||||
# require built-in generators after discovery in case they've been replaced
|
# require built-in generators after discovery in case they've been replaced
|
||||||
module RDoc::Generator
|
require 'rdoc/generator/darkfish'
|
||||||
autoload :Darkfish, 'rdoc/generator/darkfish'
|
require 'rdoc/generator/ri'
|
||||||
autoload :RI, 'rdoc/generator/ri'
|
|
||||||
end
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue