I would like to generate the classic 4-panel, framed RDoc format, with working hyperlinks. Any suggestions of which RDoc to install?
My ruby 1.8.6 installation has an RDoc that generates the 4-panel format, but files aren't hyperlinked. My ruby 1.9.2 installation generates the non-frame Darkfish format, which is not what I want. I've tried installing older versions of RDoc in my 1.9.2 installation, but somehow I always get Darkfish format. Is there an rdoc command flag I should be using to prevent that?
You can use the Fivefish RDoc generator. It should work as follows:
Hope that helps.