M
Marcin Raczkowski
Eric said: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?
Eric said: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.
Great, so it extracts ruby code with ruby_parser and documentation?Jeremy said: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
Great, so it extracts ruby code with ruby_parser and documentation?
anyway I'll check it out.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.