Hacker News new | ask | show | jobs
by p51ngh 3204 days ago
How did you go about creating this? I think it's super useful way of documenting code in general!
2 comments

It's written with Docco, a tool created by Jeremy Ashkenas. It's used in docs of his other projects, such as CoffeeScript and Backbone, too.

http://ashkenas.com/docco/

Look at docco comment above ! Just learnt myself !