"Jason Voegele" <jason / jvoegele.com> writes:


> differentiating between normal comments and documentation comments (such 
> as "documentation comments begin with ##").  Sometimes I find myself 
> writing comments to maintenance programmers that really do not belong in 
> the official published documentation of a class/module.

By default, only comments that precede definitions (class, def,
attr_...) are included. However, it would be easy to add a flag to say
that you need to start these with '##'.


Dave