public
Description: A clean replacement for RDoc. Uses as much of RDoc as possible at this point and will eventually replace/refactor where possible.
Homepage: http://www.docr.org
Clone URL: git://github.com/jeremymcanally/docr.git
Jeremy McAnally (author)
Tue Apr 08 08:55:24 -0700 2008
docr /
name age message
file History.txt Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
file License.txt Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
file Manifest.txt Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
file README Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
file Rakefile Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
directory bin/ Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
directory doc/ Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
directory examples/ Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
directory lib/ Tue Apr 08 08:55:24 -0700 2008 Improved parser [Jeremy McAnally]
directory patches/ Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
directory pkg/ Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
directory scripts/ Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
file setup.rb Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
directory spec/ Sat Apr 05 16:31:38 -0700 2008 Initial commit [Jeremy McAnally]
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.