From: Michael Neumann Date: 2004-12-03T20:24:58+09:00 Subject: [rdoc] file vs. class comments Hi, If I've following file test.rb: # this is my class class MyClass ... end # other class class OtherClass end and run rdoc over it, the comment for MyClass is also the comment for the test.rb file. I'd like more if there were in this case no comment for test.rb, or better, if the classes defined in this file were listed. To document test.rb, you'd have to write: # documentation # for test.rb # this is my class class MyClass ... Regards, Michael