Rocco is Docco in Ruby
Go to file
Mike West d495074320 Fixing a bug in layout.rb's template directory location
Should take care of GH-31.  Thanks to [Karel Minarik][1]

[1]: http://www.karmi.cz
2011-03-17 19:30:53 +01:00
bin do not add ./ to paths 2011-03-05 03:37:05 -08:00
lib Fixing a bug in layout.rb's template directory location 2011-03-17 19:30:53 +01:00
test 2 char indent in tests 2011-03-05 04:46:53 -08:00
CHANGES.md CHANGELOG formatting 2011-03-05 04:00:52 -08:00
COPYING gem building machinery 2010-03-08 17:45:52 -08:00
Rakefile Fixing bugs that popped up as soon as I ran rake 2010-11-22 15:00:36 +01:00
README ascii art is a requirement 2010-03-10 12:33:25 -08:00
rocco.gemspec 0.6 release 2011-03-05 04:49:43 -08:00


                  ___       ___       ___       ___       ___
                 /\  \     /\  \     /\  \     /\  \     /\  \
                /::\  \   /::\  \   /::\  \   /::\  \   /::\  \
               /::\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\
               \;:::/  / \:\/:/  / \:\ \/__/ \:\ \/__/ \:\/:/  /
                |:\/__/   \::/  /   \:\__\    \:\__\    \::/  /
                 \|__|     \/__/     \/__/     \/__/     \/__/



    Rocco is  a quick-and-dirty,  literate-programming-style documentation
    generator for Ruby. See the Rocco generated docs for more information:

                    <http://rtomayko.github.com/rocco/>


    Rocco is a port of,  and borrows heavily from, Docco  -- the original
    quick-and-dirty,   hundred-line-long,   literate-programming-style
    documentation generator in CoffeeScript:

                    <http://jashkenas.github.com/docco/>