Rdoc 2.1.0 Released

On Jul 24, 2008, at 00:55 AM, Marcin R. wrote:

Did you start any work towards that goal?
Not yet, it’s only in my head.

In the vein of wiki like editing of documentation:
http://www.github.com/iownbey/docbox

(I’m mentoring that project for the Google Summer of Code :))

–Jeremy

On Wed, Jul 23, 2008 at 2:33 PM, Marcin R.
[email protected] wrote:

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.


http://jeremymcanally.com/
http://entp.com/

My books:

http://humblelittlerubybook.com/ (FREE!)

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 H. [email protected]
wrote:

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/

My books:

http://humblelittlerubybook.com/ (FREE!)

Yeah it uses ruby_parser’s ability to get at comments to pull them out
and stick in that structure. IIRC the bin should work fine but I
can’t really remember very well. If so, it’s basically a very very
basic RDoc replacement that uses ruby_parser. :slight_smile:

–Jeremy

On Thu, Jul 24, 2008 at 9:35 AM, Marcin R.
[email protected] wrote:

–Jeremy

Great, so it extracts ruby code with ruby_parser and documentation?

anyway I’ll check it out.


http://jeremymcanally.com/
http://entp.com/

My books:

http://humblelittlerubybook.com/ (FREE!)

Jeremy McAnally wrote:

Great, so it extracts ruby code with ruby_parser and documentation?

anyway I’ll check it out.