rdoc not creating HTML files for Module in 1.8.5 HEAD?

James Britt <[email protected]> Tue, 14 Nov 2006 19:58:03 -0700
Newsgroups gmane.comp.lang.ruby.documentation
Organization ruby-doc.org
Message-ID <[email protected]>
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