From: Graham Wideman Date: 2006-09-02T11:50:46+09:00 Subject: Re: RDoc: How to extend; YAML? Eero: I'm not directly interested in spitting out the yaml, I was interested in how the ri yaml had been generated since there wasn't an evident yaml rdoc generator. As for hacking into the html builder, that's about what I was considering too. I intended to add a new generator module, based on one or another of the existing one. But this led to the question I asked, which was how to structure such a project in a manner that worked *with* Ruby rather than against! BTW, thanks for the offer, but hold off on effort that unless I get really stuck. Thanks, Graham "Eero Saynatkari" wrote in message news:99e482e5bc8af4e1fa896109d3cc0738@ruby-forum.com... > Graham Wideman wrote: >> Folks: >> >> I'm wanting to extend RDoc to produce module/class/method etc data in an >> alternative format. >> >> > > I needed to do this a while back and just ended up > hacking directly into the intermediary HTML builder > to intercept the internal data structures from that. > After a bit of normalization, YAML is spat out. > > When I get home, I will see if I can get a tarball > hosted somewhere or I can mail it to you. > > -- > Posted via http://www.ruby-forum.com/. >