Bug #1738 [ruby-core:24181]
rdoc generates incorrect documentation for stdlib of Ruby 1.9.1 (for example JSON is missing)
| Status : | Closed | Start : | 07/07/2009 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | Eric Hodel | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
| ruby -v : | ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-darwin9] |
Description
When running rdoc on the Ruby 1.9.1 source folder, the output does not contain documentation for JSON. It was suggested to me that it could be because ext/.document has not been updated. Also it is unclear to me what is STDLIB and what is Ruby Core. At the moment no documentation for the STDLIB in Ruby 1.9.1 is available anywhere (except maybe the Pragmatic Programmers Book).
Associated revisions
merges r23988 from trunk into ruby_1_9_1. -- Update ext/.document with extensions that appear to have documentation.
Fixes #1738.