From: Roeland Moors Date: 2004-12-31T01:35:59+09:00 Subject: Re: rdoc in rails 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... -- Roeland