This project is closed and read-only.
Actions
Bug #1764
closedrdoc for JSON comes out garbled in Ruby 1.9.1
Bug #1764:
rdoc for JSON comes out garbled in Ruby 1.9.1
Status:
Rejected
Assignee:
ruby -v:
ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-darwin9]
Description
=begin
I have tried this with the source snapshot of Ruby 1.9.1 from today (which includes the updated ext/.document file)
Running rdoc on ext and lib results in generated documentation where the JSON documenation is garbled (not formatted - it shows the "#" and doesn't have linebreaks).
Running "rdoc ext/json/lib/json.rb" produces correctly formatted output (I think) for JSON. So I suppose some of the other files interfere with the doc generation.
=end
Actions