Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: rdoc not creating HTML files for Module in 1.8.5 HEAD?: msg#00020

Subject: Re: rdoc not creating HTML files for Module in 1.8.5 HEAD?
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




<Prev in Thread] Current Thread [Next in Thread>