From: Jeremy McAnally Date: 2008-07-24T23:30:09+09:00 Subject: Re: [ANN] rdoc 2.1.0 Released On my Github there's a documentation parser that uses ruby_parser: http://www.github.com/jeremymcanally/docr Don't try to run the bin; I was using RDoc's stuff but I switched to ruby_parser and I'm not sure that I ever hooked it back in properly. In any event, you can use lib/docr/parser.rb to get documentation out of files and have it placed in a Hash structure. It'd be a place to start at least... --Jeremy On Thu, Jul 24, 2008 at 3:48 AM, Eric Hodel wrote: > On Jul 24, 2008, at 00:55 AM, Marcin Raczkowski wrote: >> >> Eric Hodel wrote: >>> >>> On Jul 23, 2008, at 12:33 PM, Marcin Raczkowski wrote: >>>> >>>> I was thinking about using ParseTree + friends for this project, but >>>> having a documentation is a big bonus, if I'll have sudden attack of >>>> craziness, i'll try to make Rdoc parser spit out something similar to >>>> PareseTree's AST but with links to documentation string. >>> >>> In a future version, we'll use ruby_parser to extract documentation, >>> which has a UnifiedRuby-compatible output. >> >> Did you start any work towards that goal? > > Not yet, it's only in my head. > > -- http://jeremymcanally.com/ http://entp.com/ http://omgbloglol.com My books: http://manning.com/mcanally/ http://humblelittlerubybook.com/ (FREE!)