Module documentation missing

The documentation page for Module is missing from
RDoc Documentation.

Is this intended? Lots of method links are broken because of this.

Jason

On 3/13/07, Jason R. [email protected] wrote:

The documentation page for Module is missing from RDoc Documentation.

Is this intended? Lots of method links are broken because of this.

Jason

This is an old error, that nobody seems to look into. Search for James
Britt’s posts on this on ruby-core.

Jan S. wrote:

I updated ruby-doc.org so that it used 1.8.6 for the api docs. After
running rdoc I saw that Module was again missing. With 1.8.5 I was able
to fix this by replacing a :stopdoc: in lib/yaml/tag.rb with
method-specific :nodoc: calls. 1.8.6 has the same directives as 1.8.5,
and I think that is the culprit

But when I tried this with 1.8.6 it didn’t seem to change anything.


James B.

“Design depends largely on constraints.”

  • Charles Eames

James B. wrote:

I updated ruby-doc.org so that it used 1.8.6 for the api docs. After
running rdoc I saw that Module was again missing. With 1.8.5 I was able
to fix this by replacing a :stopdoc: in lib/yaml/tag.rb with
method-specific :nodoc: calls. 1.8.6 has the same directives as 1.8.5,
and I think that is the culprit

But when I tried this with 1.8.6 it didn’t seem to change anything.

Actually, that may not be true; I may have goofed in my re-doc’ing
script. I’m lokking at it now.

James B.

“Trying to port the desktop metaphor to the Web is like working
on how to fuel your car with hay because that is what horses eat.”
- Dare Obasanjo

Jan S. wrote:

Module is back.

I re-applied my patch and re-gen’ed the rdoc for 1.8.6

That is now the API shown for

RDoc Documentation

For 1.8.5 docs, use

http://www.ruby-doc.org/core-1.8.5/


James B.

“I never dispute another person’s delusions, just their facts.”

  • Len Bullard

On 3/14/07, James B. [email protected] wrote:

Britt’s posts on this on ruby-core.

For 1.8.5 docs, use

http://www.ruby-doc.org/core-1.8.5/

Thank you! Actually I recall when you did the modification sometime
ago… I’m sorry for misinformation.

J.

On 3/14/07, James B. [email protected] wrote:

For 1.8.5 docs, use

http://www.ruby-doc.org/core-1.8.5/

Thank you James!


James B.

“I never dispute another person’s delusions, just their facts.”

  • Len Bullard

Robert