From: James Edward Gray II Date: 2004-10-28T03:35:35+09:00 Subject: Re: Questions About Documenting erb.rb On Oct 27, 2004, at 9:34 AM, Gavin Kistner wrote: > Does this help? > > #-- > # Author's file comments > # go here > # and so on > #++ > # RDoc is so cool! Here is > # my documentation for the file. Yeah, that's pretty much what I figured out, with the previous pointer from Dave to guide me. I put my documentation comments before the first class, then proceeded all of the author's later comments with a: #-- That was enough to keep RDoc from replacing them. Thanks for the help. James Edward Gray II