<div dir="ltr">As a follow up of today's meeting, it looks like, if we don't mind the comment appearing before the function, JSDoc allows for our own doc string format (see simplest case): <a href="http://usejsdoc.org/about-getting-started.html">http://usejsdoc.org/about-getting-started.html</a> .  JSDoc claims to be "highly extensible" and has a markdown plugin distributed with it.  Here's a good article comparing the 4 most popular JS comment -> API doc tools: <a href="http://blog.fusioncharts.com/2013/12/jsdoc-vs-yuidoc-vs-doxx-vs-docco-choosing-a-javascript-documentation-generator/">http://blog.fusioncharts.com/2013/12/jsdoc-vs-yuidoc-vs-doxx-vs-docco-choosing-a-javascript-documentation-generator/</a><br><div><br></div><div>My preference is for JSDoc, but I'd like to hear what others think.  Also the option to NOT use a comment -> doc parser still exists.  Provided we can commit to keeping a separate API docs by hand.</div><div><br></div><div>Cheers,</div><div>Jon</div></div>