From: Dave Thomas Date: 2004-12-31T12:49:16+09:00 Subject: Re: rdoc in rails On Dec 30, 2004, at 3:01 PM, Roeland Moors wrote: >> >> 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. To create YAML directly, you could probably just serialize the code_object.rb objects. Cheers Dave