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

Re: RDoc not ignoring sections of file: msg#00003

Subject: Re: RDoc not ignoring sections of file
Ian Macdonald wrote:
Hello,

When wanting rdoc to avoid documenting a constant intended for private
use only, this kind of thing used to work:

   #--
   DEFAULT_ID  = { 'us' => 'foo',
                   'uk' => 'bar',
                   'de' => 'baz',
                   'jp' => 'qux'
} #++
However, at some point in the recent past, this stopped working.
Attaching '# :nodoc' to the final brace doesn't work either.

Dave Thomas, the creator/maintainer of RDoc, is not (to my knowledge) a member of the ruby-doc list. You might do well to post to either ruby-talk or ruby-core.

BTW, what version of Ruby are you using?

James








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