Re: rdoc not creating HTML files for Module in 1.8.5 HEAD?
James Britt <[email protected]> Wed, 28 Feb 2007 07:58:04 -0700
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Organization | ruby-doc.org |
| Message-ID | <[email protected]> |
Tim Becker wrote: > I just came across the same phenomenon trying to find documentation > for `readline` and then attempting to regenerate it from source. > > There's code in `rdoc/parsers/parse_c.rb` to handle modules, but from > all I can tell it doesn't get called. I've only had a cursory glance > over it so far, though. (using Version 1.8.5 as well) > -tim I also asked about this on ruby-core, and after poking into some of the files for the Yaml stuff found that there was a :nodoc directive in a section of code that modified Module. Shifting the :nodoc to be more specific solved it. I posted a patch to fix this to rubyforge.org. James