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

Re: RDoc and singletons: msg#00055

Subject: Re: RDoc and singletons
On Sunday, February 29, 2004, 9:26:44 PM, Doug wrote:

> I haven't had time to digest RDoc yet, but I have noticed that the
> standard library has a couple of examples of this which RDoc
> unfortunately picks up.

> eg. 'dig' in lib/set.rb and 'body' in lib/cgi.rb

Thanks for pointing those out.

I've reported the :nodoc: problem to Dave Thomas.

For Ian: this works:

  # :stopdoc:
  class << @products
    ...
  end
  # :startdoc

It's not as pretty as :nodoc:, which hopefully will be fixed soon.

Cheers,
Gavin





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