jeremymcanally / docr

A clean replacement for RDoc. Uses as much of RDoc as possible at this point and will eventually replace/refactor where possible.

This URL has Read+Write access

Jeremy McAnally (author)
Tue Apr 08 08:55:24 -0700 2008
commit  f348cb5d6dac31f6aced64907198f6429382fa5a
tree    dadf4f654e85ac0af3584035da1f62908850d105
parent  3a5d6fd1e73fa85943c8f8db2375c2a613efb766
docr /
README
docr -- Next generation documentation generator for Ruby
=========================================================

docr is a tool to generate Ruby documentation.  It's still quite basic, but it will one day support all the features of 
RDoc, except have a much cleaner code base.  You can use it like this:

  docr my_file.rb your_file.rb

This will create HTML documentation for those files in the +(current working path)/doc/+ folder.