Rocco is Docco in Ruby
Go to file
2010-03-30 14:08:12 -05:00
bin just use the pygments.appspot.com if there's no pygmentize on the path, rather than as a command line flag 2010-03-30 13:46:24 -05:00
lib send @options['language'] to pygments.appspot.com, not just 'ruby'. 2010-03-30 14:08:12 -05:00
COPYING gem building machinery 2010-03-08 17:45:52 -08:00
Rakefile holla 2010-03-11 06:30:02 -08:00
README ascii art is a requirement 2010-03-10 12:33:25 -08:00
rocco.gemspec 0.4 release 2010-03-19 12:08:37 -07: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/>