What Node.js code documentation tools are you using on your projects, and why?<p>Are you using something similar to Javadoc, a perldoc like tool or your own stuff using Markdown and other text processing utilities?
I like docco-husky[1]. Just add comments inline with Markdown and you get nicely generated literate programming style documentation.<p>[1] <a href="https://github.com/mbrevoort/docco-husky" rel="nofollow">https://github.com/mbrevoort/docco-husky</a>