1

Backbone has a great source demo: http://documentcloud.github.com/backbone/docs/backbone.html

The left side is the comments, and right is code. Is there any tool to generate such a site or pages?

mu is too short
  • 426,620
  • 70
  • 833
  • 800
Freewind
  • 193,756
  • 157
  • 432
  • 708

1 Answers1

4

The tool is called docco, by the main author of Backbone itself ;) It's a pretty minimal coffe script relying on markdown and pygments to do the job and there is a multitude of clones in other languages that do exactly the same thing if you don't like running node to generate documentation. You will find them in the same page.

ggozad
  • 13,105
  • 3
  • 40
  • 49