I'm seeking a Javascript API documenting framework with features similar to JSDoc, but would use easy-to-type restructured text or markdown in the code comments (not html)

Bonus: would integrate well with Sphinx. However, I don't want to maintain separate documentation, but generate API documentation from comments.

http://code.google.com/p/jsdoc-toolkit/

link|improve this question

67% accept rate
Found this nice summary of different tools (other langs included tool): blog.pamelafox.org/2011/05/… – Mikko Ohtamaa Aug 20 '11 at 15:57
feedback

2 Answers

InvisibleJS supports markdown and a variety of other formats.

Also take a look at docco.

link|improve this answer
Thanks. These both frameworks where pretty much oriented specific use cases of their authors and could not help me as general API documentation tool. – Mikko Ohtamaa Aug 22 '11 at 20:40
docco is fantastic, and has been ported to several different languages, including Python and .NET. – Josh Smith Dec 16 '11 at 1:05
feedback
up vote 2 down vote accepted

I finally found JSDuck the most suitable for the task:

https://github.com/senchalabs/jsduck

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.