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

* lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stoll

<lstoll at lstoll.net>
* lib/rdoc/generator/html.rb: Fully qualify AllReferences.  Patch by Lincoln
  Stoll <lstoll at lstoll.net>
* lib/rdoc/ri/writer.rb: Fix 1.8 backwards compatibility.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2008-03-09 00:59:23 +00:00
parent 31b604a3f3
commit 0d3f9dbfe1
4 changed files with 16 additions and 4 deletions

View file

@ -247,7 +247,7 @@ class RDoc::Generator::HTML
@main_page = @options.main_page
@main_page_ref = nil
if @main_page
@main_page_ref = AllReferences[@main_page]
@main_page_ref = RDoc::Generator::AllReferences[@main_page]
if @main_page_ref then
@main_page_path = @main_page_ref.path
else