From: Leon Torres Date: 2002-01-15T16:51:34+09:00 Subject: Re: [ANN] RDoc Alpha 7 (Sorry bout spamming the list, can't seem to log into SF...) Found some :nodoc: bugs: module Foo # :nodoc: all class Bar end end => Foo::Bar still shows up # this crashes module Foo def Foo.bar #:nodoc: end end Feature Request: Directive to prevent generation of a page, foo.rb, and any links to it. But still generate rdoc for the Ruby objects within. Rationale: Sometimes a file doesn't have anything useful to document (other than the contents) and adds noise to the RDoc, esp for end-user APIs. Thanks for RDoc! - Leon