Rocco is Docco in Ruby
bb8fcb9ef0
In v0.5, the Mustache template is hardcoded as `./lib/rocco/layout.mustache`. This makes it quite difficult to style generated content as one must edit the layout file inside the gem itself to make changes. I propose leaving that file as a sensible default, but allowing the user to specify an absolute or relative (to the current working directory) path to a mustach template of her choosing. That's implemented in this commit. |
||
---|---|---|
bin | ||
lib | ||
COPYING | ||
Rakefile | ||
README | ||
rocco.gemspec |
___ ___ ___ ___ ___ /\ \ /\ \ /\ \ /\ \ /\ \ /::\ \ /::\ \ /::\ \ /::\ \ /::\ \ /::\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ \;:::/ / \:\/:/ / \:\ \/__/ \:\ \/__/ \:\/:/ / |:\/__/ \::/ / \:\__\ \:\__\ \::/ / \|__| \/__/ \/__/ \/__/ \/__/ 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/>