jeremymcanally / docr
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jeremy McAnally (author)
Tue Apr 08 08:55:24 -0700 2008
commit f348cb5d6dac31f6aced64907198f6429382fa5a
tree dadf4f654e85ac0af3584035da1f62908850d105
parent 3a5d6fd1e73fa85943c8f8db2375c2a613efb766
tree dadf4f654e85ac0af3584035da1f62908850d105
parent 3a5d6fd1e73fa85943c8f8db2375c2a613efb766
docr /
| name | age | message | |
|---|---|---|---|
| |
History.txt | ||
| |
License.txt | ||
| |
Manifest.txt | ||
| |
README | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
doc/ | ||
| |
examples/ | ||
| |
lib/ | ||
| |
patches/ | ||
| |
pkg/ | ||
| |
scripts/ | ||
| |
setup.rb | ||
| |
spec/ |
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.

