From: Roeland Moors Date: 2004-12-31T06:01:59+09:00 Subject: Re: rdoc in rails On Fri, Dec 31, 2004 at 01:35:59AM +0900, Roeland Moors wrote: > On Thu, Dec 30, 2004 at 04:48:14AM +0900, David Heinemeier Hansson wrote: > > >Would it be difficult (possible) to make a generator for rdoc that > > >generates the rdoc in a database format? > > > > I think RDoc already generates the data in YAML, doesn't it? I too > > would love to see a Rails application that could import a YAML set of > > definitions and provide a php.net-like doc portal with comments and > > searching. That would surely be nice. > > I don't think it generates YAML, but it does generate XML. I'm > trying to adjust the XML generator to a SQL generator. At the > moment it looks like that isn't really a problem... > I was wrong about the YAML output. The RI generator generates YAML files.