From: "Paul E.C. Melis" Date: 2002-02-28T21:58:29+09:00 Subject: Re: RDoc and XML - opinions please I'm haven't looked into Rdoc, but I know doxygen. Is there something like doxygen's way of commenting, like (I'm inventing rdoc syntax here) #summary# # ... #class# # FruitFly #author# # L. Dorado #description# # .... I guess this kind of thing wouldn't be easy to integrate with the existing RD format... Regards, Paul "Dave Thomas" wrote in message news:m21yf6b29r.fsf@zip.local.thomases.com... > james@rubyxml.com writes: > > > Looking at the XML, I would prefer to see markup with more semantic > > meaning. For example, the sample doc has > > > >

Summary

> > That comes from a comment block in the user's code > > # > # == Summary > # > # Rest of text ... > > Nothing I can really do about that, unless I include some natural > language processing in the package. > > Cheers > > > Dave >