From: leon breedt Date: 2005-01-22T17:04:08+09:00 Subject: rdoc mistakenly picking up C functions hi, i have some C functions in an extension i'm documenting that are commented out (disabled) with C comments, but rdoc still generates rdoc for them. the rb_define_method calls are also commented out. i.e. /* rb_define_method("xxx", ...) rb_define_method("yyy", ...) */ this should not be documented, in my mind, as those methods are going to be MIA at runtime. leon