Re: rdoc not creating HTML files for Module in 1.8.5 HEAD?
"Tim Becker" <[email protected]> Wed, 28 Feb 2007 12:21:52 +0100
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Message-ID | <[email protected]> |
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 On 11/15/06, James Britt <[email protected]> wrote: > Someone contacted me and pointed out that the API pages for Module were > AWOL from ruby-doc.org/core . > > I re-ran rdoc over the 1.8.5 source pulled from CVS, but the Module > pages never get created. Module is doc'ed in object.c, and as best I > can tell should be getting its own page created. It doesn't get listed > in the rdoc index, either. > > > Yet, if I run rdoc just over object.c, I get a classes/Module.html file > and it's associates. > > > Has anyone else seen this? > > > version.h has this: > > > #define RUBY_VERSION "1.8.5" > #define RUBY_RELEASE_DATE "2006-11-09" > #define RUBY_VERSION_CODE 185 > #define RUBY_RELEASE_CODE 20061109 > > > > Thanks, > > > James Britt > >