Hacker News new | ask | show | jobs
by scrumper 3705 days ago
Slightly OT, but the literate presentation was nice. Any particular tool or technique you used for that?

Thanks

2 comments

From the Makefile [0] it looks like they are using Docco [1].

I agree that it's a very nice presentation of docs+code.

[0] - https://github.com/sampsyo/tinygl/blob/master/Makefile#L25

[1] - https://jashkenas.github.io/docco/

Thanks both for the reply. I'll check docco out.