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

RDoc not ignoring sections of file: msg#00001

Subject: RDoc not ignoring sections of file
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.

-- 
Ian Macdonald               | Admiration, n.:  Our polite recognition of 
System Administrator        | another's resemblance to ourselves.   --
ian@xxxxxxxxxxx             | Ambrose Bierce, "The Devil's Dictionary" 
http://www.caliban.org      | 
                            | 




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