This project is closed and read-only.
Actions
Backport #2472
closedri generation problem
Backport #2472:
ri generation problem
Status:
Closed
Assignee:
-
Description
=begin
rdoc generates irregular ri documentation when I have class Object in some module
create file (source attached)
module YAML
#
# Base class
#
class Object
def foo(opts = {})
"foo"
end
end
end
generate ri documentation (output files attached for ruby 1.8 and 1.9.1) with
rdoc --ri
There is infinite loop in inheritance tree for these classes for ruby 1.9.1. And it not possible to see documentation later.
Also you can try to view documentation for YAML::DomainType#new from standart ruby distribution. It has the same problem
=end
Files
Updated by avsej (Sergey Avseyev) almost 17 years ago
=begin
I have just checked on
ruby 1.9.2dev (2009-12-10 trunk 26061) [x86_64-linux]
It's seems ok.
=end
Updated by jeremyevans0 (Jeremy Evans) about 7 years ago
- Description updated (diff)
- Status changed from Open to Closed
Actions